{LF}

Syntax

{LF[=Lines]}

Argument

Type

Description

Lines

N

The number of lines to advance. The line height is by default based on the default font, which is Arial, 8 point.

Description

The {LF} command inserts one or more carriage return line feed sequences.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only

Example

The following script puts a blank line after the Lastname row and puts two blank lines between the Zip row and the OK button: [Picture] [Picture]

result=ui_dlg_box("Title",<<%dlg%

First name:| [.32firstname];

Last name:| [.32lastname];

{lf};

Address 1:| [.32address1];

Address 2:| [.32address2];

City:| [.32City];

State:| [State];

Zip:| [Zip];

{lf};

{lf};

<OK>

%dlg%)

ui_dlg_box("Xdialog Sample", <<%dlg%

{lf}<*Click Here>;

{lf=10};

<Or Click Here>

%dlg%)

See Also

Xdialog Commands