Purpose |
To specify the lower and upper limits for subsequent %rf (Edit Floating Point) formats. |
Syntax |
winio@('%fl', lower, upper) |
Modifiers |
Grave accent (%`fl) - cancels an earlier %fl and restores the limits to the minimum and maximum for the data type. Tilde (%~fl) - the limits are not applied to the displayed %rf (Edit Floating Point) integer value but (on error) an alert icon appears and the text colour changes to red. The associated %rf variable is the same as when not using the tilde (the value is set at the lower or upper limit). |
Description |
lower is the lower limit and upper is the upper limit. |
Example |
winio@('%fl', 0.0D0, 10.0D0) |
See also |
%rf (Edit Floating Point), %df (Spin for Float), %co[check_on_focus_loss], SET_FLOAT_LIMITS@ |