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