AppendStr Data Member Function

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

Prototype

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

Parameters

Parameter Type Parameter Name Documentation
<StrList>dstA pointer to the destination <StrList>.
<Str>valueA pointer to the <Str> object containing the 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.