Empty (Stringlist subroutine)

From m204wiki
Revision as of 17:48, 31 December 2010 by Dme (talk | contribs)
Jump to navigation Jump to search

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.