Add Data Member Function

Adds a string to the array. Note that this does not add a <Str> object. See also AddObj.

Prototype

int32 Add( string p_sValue )

Parameters

Parameter Type Parameter Name Documentation
stringp_sValueThe string value to add to the array.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.