Print2D Data Member Function

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

Prototype

int32 Print2D( int32 p_nWidth, int32 p_nHeight, StrList p_slData )

Parameters

Parameter Type Parameter Name Documentation
int32p_nWidthThe print width. Must be a value that when multiplied by p_nHeight exactly matches the array count.
int32p_nHeightThe print height. Must be a value that when multiplied by p_nWidth exactly matches the array count.
<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.