AddAscendingIfUnique Data Member Function

Insertion sorts values into to this array if the value is not already in the array. The sort order is ascending, as defined by the > operator.

Prototype

int32 AddAscendingIfUnique( string p_oValue )

Parameters

Parameter Type Parameter Name Documentation
stringp_oValueThe value to add to this array.

Examples

Copy Text To Clipboard

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