Print Data Member Function

Prints the contents of a <StrArray> into a <Str> object. The contents of the <StrArray> are printed as is, and newlines are not added.

Prototype

int32 Print( StrArray src, string dst )

Parameters

Parameter Type Parameter Name Documentation
<StrArray>srcA pointer to the source <StrArray>.
stringdstA pointer to the <Str> object to print the <StrArray> into.

Examples

Copy Text To Clipboard

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