Empty (Stringlist subroutine): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:Stringlist:Empty subtitle}} | |||
This subroutine removes all the items from the method Stringlist. | This subroutine removes all the items from the method Stringlist. | ||
Line 5: | Line 5: | ||
Empty is a member of the [[Stringlist class]]. | Empty is a member of the [[Stringlist class]]. | ||
== | ==Syntax== | ||
{{Template:Stringlist:Empty syntax}} | |||
===Syntax terms=== | |||
===Syntax | |||
<dl> | <dl> | ||
<dt>%sl<dd>A Stringlist object. | <dt>%sl<dd>A Stringlist object. | ||
</dl> | </dl> | ||
==Usage | ==Usage notes== | ||
<ul> | <ul> | ||
<li>The Empty method is useful for deleting the contents of a Stringlist without nullifying the object variable and without eliminating any image bindings. | <li>The Empty method is useful for deleting the contents of a Stringlist without nullifying the object variable and without eliminating any image bindings. |
Revision as of 17:48, 31 December 2010
Remove all items from a Stringlist (Stringlist class)
This subroutine removes all the items from the method Stringlist.
Empty is a member of the Stringlist class.
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.