Print1D Data Member Function

Prints the array in 1D. Essentially prints a long list of numbers into a <StrList>.

Prototype

int32 Print1D( Uint64Iterator first, Uint64Iterator last, StrList p_slInfo )

Parameters

Parameter Type Parameter Name Documentation
<Uint64Iterator>firstAn iterator at the start of the range you wish to print.
<Uint64Iterator>lastAn iterator at the end of the range you wish to print.
<StrList>p_slInfoThe <StrList> that will contain the printed values.

Examples

Copy Text To Clipboard

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