Dim

From NexusWiki
Revision as of 01:31, 19 June 2009 by LordValarian (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Dim(list, size); It changes the number of elements in the list to ’size’ number. Those elements that have an index below ’size’ remain, those that are above, will be deleted. If the list was shorter, than it will be filled up with 0-s. So if you want to create an array that contains only 0-s, than you have to empty first.