Appends the <StrList> with the specified number of the specified <Str> object.
int32 AppendStr( StrList dst, Str value, int32 p_nCount )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrList> | dst | A pointer to the destination <StrList>. |
| <Str> | value | A pointer to the <Str> object containing the value to append. |
| int32 | p_nCount | The number of times to add the value to the <StrList>. |
None published. Please look for an example in the Simdify Scripting Language code base.