| u10b9 | Index Level | u1209 |
| Syntax | x = OCONV( numeric.expression, "u11b6" ) |
| Category | BASIC |
| Type | User Exit |
| Description | Converts a unit expression to a numeric value as defined by the set-units, set-dozens, set-decimal or set-thousands verbs. |
| Options | |
| See Also | set-units set-dozens set-decimal set-thousands um |
| Example |
:set-dozens
:u bp test 01 print oconv(5,"u11b6") This program will print the value "60", as 60 = 5 dozen. |
| Warnings | |
| Compatibility |
| u10b9 | Index Level | u1209 |