Print Data Member Function

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

Prototype

int32 Print( StrList src, string dst )

Parameters

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

Examples

Copy Text To Clipboard

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