Empty (Stringlist subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (nor)
 
Line 13: Line 13:
==Usage notes==
==Usage notes==
<ul>
<ul>
<li>The <var>Empty</var> method is useful for deleting the contents of a <var>Stringlist</var> without nullifying the object variable and without eliminating any image bindings.
<li>The <var>Empty</var> method is useful for deleting the contents of a <var>Stringlist</var> without nullifying the object variable nor eliminating any image bindings.
</ul>
</ul>


==See also==
==See also==
{{Template:Stringlist:Empty footer}}
{{Template:Stringlist:Empty footer}}

Latest revision as of 01:35, 27 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 nor eliminating any image bindings.

See also