Text Box Z Directive
Syntax
%ZS%
Description
The Z directive is used in combination with the S directive to make a spin control that does not display 0 values.
Example
dim spin as N = 1
ui_dlg_box("Title",<<%dlg%
{lf};
Spin:| [%zs1,10%.32spin];
{lf};
%dlg%)See Also