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