AppendStr Data Member Function

Appends the <StrArray> with the specified number of the specified <Str> object.

Prototype

int32 AppendStr( StrArray dst, Str value, int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
<StrArray>dstA pointer to the destination <StrArray>.
<Str>valueA pointer to the <Str> object containing the value to append.
int32p_nCountThe number of times to add the value to the <StrArray>.

Examples

Copy Text To Clipboard

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