Add
Description
Description
Calling this function will add a specified value to an array.
Syntax
Syntax
trg.array.Add(value)
value (input) - the value to be added
Return value
Return value
This function does not return a value.
Sample
'---------- Start ----------
Function Start
trg.array.Add( "value" )
End Function
See also