Empty (Stringlist subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
{{Template:Stringlist:Empty subtitle}}
{{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>.


==Syntax==
==Syntax==
Line 8: Line 8:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>sl</th>
<tr><th>sl</th>
<td>A Stringlist object.</td></tr>
<td>A <var>Stringlist</var> object.</td></tr>
</table>
</table>


==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 <var>Stringlist</var> without nullifying the object variable and without eliminating any image bindings.
</ul>
</ul>


[[Category:Stringlist methods|Empty subroutine]]
[[Category:Stringlist methods|Empty subroutine]]

Revision as of 21:33, 18 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.