Empty (Stringlist subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
m (nor)
 
(12 intermediate revisions by 2 users not shown)
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 <var>Stringlist</var>.


Empty is a member of the [[Stringlist class]].
==Syntax==
{{Template:Stringlist:Empty syntax}}
===Syntax terms===
<table class="syntaxTable">
<tr><th>sl</th>
<td>A <var>Stringlist</var> object.</td></tr>
</table>


==Empty Syntax==
==Usage notes==
<pre>
%sl:Empty
</pre>
 
===Syntax Terms===
<dl>
<dt>%sl<dd>A Stringlist object.
</dl>
 
==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 <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>


[[Category:Stringlist methods|Empty subroutine]]
==See also==
{{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