Fill Data Member Function

Fills this StringArrayNode with the values from a <StrList>.

Prototype

int32 Fill( StrList p_slStrings, int32 p_nMove )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slStringsA pointer to a <StrList> containing the strings with which you wish to fille the StringArrayNode.
int32p_nMoveAn <int32> where 0 means 'copy the data from the <StrList>' and 1 means 'move the data from the <StrList>'.

Examples

Copy Text To Clipboard

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