Add

Description

Calling this function will add a specified value to an array.

Syntax

trg.array.Add(value)

value (input) - the value to be added

Return value

This function does not return a value.

Sample

'---------- Start ----------

Function Start

trg.array.Add( "value" )


End Function

See also

Platform Objects and Methods

target.array.Allocate()

target.array