Append Data Member Function

Appends the <StrList> with the specified number of the specified string.

Prototype

int32 Append( StrList dst, string value, int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
<StrList>dstA pointer to the destination <StrList>.
stringvalueThe string value to append.
int32p_nCountThe number of times to add the value to the <StrList>.

Examples

Copy Text To Clipboard

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