Feature Rich
Rapid Application Development
Helping you or your customers
Manage their Business

All Commands All Variables
Commands

ARRAY_CLEAR

Clear the contents of an array or remove an element from an array.

If you include the element, such as V_ARRAY(10), then that element will be removed from the array. 

NOTE: To represent an array with missing elements, the format will be changed to XML format.

Number Name Default Type Description
1 name String The name of the Array to clear
Example
["Clive","Alan","Chris"]
{"0":"Clive","2":"Chris"}
[]
to add a Comment.