Contents Previous Next

 Mini-XML 2.3 mxmlSetWrapMargin()

Description

Set the the wrap margin when saving XML data.

Wrapping is disabled when "column" is <= 0.

Syntax

void
mxmlSetWrapMargin( int column);

Arguments

NameDescription
columnColumn for wrapping

Returns

Nothing.


Contents Previous Next