Previous Topic

Next Topic

Delete

method Delete(Index: Number)

Available to StringList Objects. Deletes the string at line Index from the list.

Append method syntax has these named arguments:

Parameter

Description

Index

Required. The Index number of the string to be deleted from the list.

For example:

strList.Delete(0)

will delete the first item from StringList strList.

See also Memory Table and Table Delete method.

See Also

Stringlist Object

Book Contents

Book Index