Empty (Stringlist subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
<span style="font-size:120%"><b>Remove all items from a Stringlist</b></span>
{{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]].


==Empty Syntax==
==Syntax==
<pre>
{{Template:Stringlist:Empty syntax}}
%sl:Empty
===Syntax terms===
</pre>
 
===Syntax Terms===
<dl>
<dl>
<dt>%sl<dd>A Stringlist object.  
<dt>%sl<dd>A Stringlist object.  
</dl>
</dl>


==Usage Notes==
==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.