Print1D Data Member Function

Prints the array in 1D into a <StrList> object.

Prototype

int32 Print1D( int32 p_nStart, int32 p_nCount, StrList p_slData )

Parameters

Parameter Type Parameter Name Documentation
int32p_nStartThe index to start printing.
int32p_nCountThe number of items to print.
<StrList>p_slDataThe <StrList> that stores the printed array values.

Examples

Copy Text To Clipboard

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