Clear - Array

Revision as of 21:25, 1 March 2018 by imported>Qazaaq (added category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: All Arrays

Removes all items from the array, reducing it to a 0-length array.

SyntaxEdit

Function Clear() native

ParametersEdit

None

Return ValueEdit

None

ExamplesEdit

MyStringArray.Clear()

; In this case, ["Hello", "world"] would become []

See AlsoEdit