Append Data Member Function

Appends the <Str> object with the value of another string.

Prototype

int32 Append( string p_sStringToAppend )

Parameters

Parameter Type Parameter Name Documentation
stringp_sStringToAppendThe string you wish to append onto another this <Str> object.

Examples

Copy Text To Clipboard

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