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.