Fills this StringArrayNode with the values from a <StrList>.
int32 Fill( StrList p_slStrings, int32 p_nMove )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrList> | p_slStrings | A pointer to a <StrList> containing the strings with which you wish to fille the StringArrayNode. |
| int32 | p_nMove | An <int32> where 0 means 'copy the data from the <StrList>' and 1 means 'move the data from the <StrList>'. |
None published. Please look for an example in the Simdify Scripting Language code base.