Print Data Member Function

Prints all the declared names and values for the <VariableNode> sub-class.

Prototype

int32 Print( StrList p_slNames, StrList p_slValues. )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slNamesA pointer to a <StrList> object that stores the printed names.
<StrList>p_slValues.A pointer to a <StrList> object that stores the printed values.

Examples

Copy Text To Clipboard

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