Difference between revisions of "ArraySize"

173 bytes added ,  18:29, 29 May 2008
m
no edit summary
imported>Speedo
(Remove beta tag)
imported>Quetzilla
m
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:


'''Syntax:'''
'''Syntax:'''
  (Size:long) ArraySize ArrayID:long ''Size:long'' 'Global:short''
  (Size:long) ArraySize ArrayID:long ''Size:long'' ''Global:short''


Returns or sets the Size of the array.
Returns or sets the Size of the array.
Line 12: Line 12:
*If the array does not exist, it returns -1.
*If the array does not exist, it returns -1.


[[Category: Pluggy]]
==Notes==
*To effectively clear out an array without destroying and recreating, set the size to 0.
ArraySize ArrayID 0
 
[[Category: Functions (Pluggy)]]
[[Category: Array Functions (Pluggy)]]
Anonymous user