Empty (Stringlist subroutine)

From m204wiki
Revision as of 01:35, 27 January 2011 by Goff (talk | contribs) (nor)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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