Empty (Stringlist subroutine)

From m204wiki
Revision as of 13:56, 24 November 2010 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Remove all items from a Stringlist

This subroutine removes all the items from the method Stringlist.

Empty is a member of the Stringlist class.

Empty 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.