| u21a3 | Index Level | u222d |
| Syntax | x = OCONV( '', "u21b6" ) |
| Category | BASIC |
| Type | User Exit |
| Description |
Returns a numeric value representative of the current unit setting defined by the set-units, set-dozens, set-decimal or set-thousands verbs:
0 units 1 dozens 2 decimal 3 thousands |
| Options | |
| See Also | set-units set-dozens set-decimal set-thousands um |
| Example |
:set-dozens
:u bp test 01 print oconv(5,"u21b6") This program will print the value "1". |
| Warnings | |
| Compatibility |
| u21a3 | Index Level | u222d |