Empty (Stringlist subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 8: Line 8:
{{Template:Stringlist:Empty syntax}}
{{Template:Stringlist:Empty syntax}}
===Syntax terms===
===Syntax terms===
<dl>
<table class="syntaxTable">
<dt>%sl<dd>A Stringlist object.  
<tr><th>sl</th>
</dl>
<td>A Stringlist object.</td></tr>
</table>


==Usage notes==
==Usage notes==

Revision as of 21:03, 16 January 2011

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.