Prints the contents of a <StrArray> into a <Str> object. The contents of the <StrArray> are printed as is, and newlines are not added.
int32 Print( StrArray src, string dst )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrArray> | src | A pointer to the source <StrArray>. |
| string | dst | A pointer to the <Str> object to print the <StrArray> into. |
None published. Please look for an example in the Simdify Scripting Language code base.