Returns the character string value of the given unit type using the default units settings.
Format
UNITS_VALUE (UnitsType)
Argument
Units | A units type string, such as angle or length/time**2. |
Examples
The return values for these examples depend on the current default settings for units, and are given to show the form of the result, not the actual values
Function | UNITS_VALUE("angle") |
Result | Returns degrees |
Function | UNITS_VALUE("acceleration*time") |
Result | Returns foot/second |