set-units

set-units


set-time Index Level set.lptr
Syntax set-units {(options}  
Category TCL
Type Verb
Description Designates that a numeric expression of 1 is equal to 1 unit.
Options u   set system default
See Also set-dozens set-decimal set-thousands um u01b6 u11b6 u21b6
Example :set-units
:u bp test

01 print oconv(5,'u01b6');* Unit input-conversion user exit
02 print oconv(5,'u11b6');* Unit output-conversion user exit

This program will display 5 for both user exits, as there is a one-to-one correspondence between units and the numeric expression.
Warnings
Compatibility
set-time Index Level set.lptr