Float¶
Creates a float object from n.
Forms¶
float Float[n]¶
- Returns a float with value n.
Usage¶
/echo ${Float[12.345].Deci}
Creates a float object of 12.345 and truncates the decimal to one decimal place.
This TLO is added by MacroQuest.
Republished and possibly modified from https://docs.macroquest.org/reference/top-level-objects/tlo-float/