u01b6

u01b6


u017e Index Level u0209
Syntax x = OCONV( numeric.expression, "u01b6" )
Category BASIC
Type User Exit
Description Converts a numeric expression to the number of units 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(24,"u01b6")

This program will print the value "2", as 24 = 2 dozen.
Warnings
Compatibility
u017e Index Level u0209