FormatParagraph Data Member Function

Formats a string to fit inside the specified column width.

Prototype

string FormatParagraph( string p_StringToFormat, int32 p_nColumnWidth )

Parameters

Parameter Type Parameter Name Documentation
stringp_StringToFormatThe string you wish to format.
int32p_nColumnWidthThe maximum column width.

Examples

Copy Text To Clipboard

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