Empty (Stringlist subroutine): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 2: | Line 2: | ||
This subroutine removes all the items from the method Stringlist. | This subroutine removes all the items from the method Stringlist. | ||
==Syntax== | ==Syntax== |
Revision as of 21:07, 17 January 2011
Remove all items from a Stringlist (Stringlist class)
This subroutine removes all the items from the method Stringlist.
Syntax
sl:Empty
Syntax terms
sl | A Stringlist object. |
---|
Usage notes
- The Empty method is useful for deleting the contents of a Stringlist without nullifying the object variable and without eliminating any image bindings.