AppendChar Data Member Function

Appends a char onto the <Str> object.

Prototype

int32 AppendChar( int32 p_iChar )

Parameters

Parameter Type Parameter Name Documentation
int32p_iCharThe index of the char to append onto the <Str> object. Ex: 32 for SPACE or 40 for (.

Examples

Copy Text To Clipboard

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