2 call RxFuncAdd
"SysLoadFuncs", "RexxUtil", "SysLoadFuncs"
5 app
= "PM_Font_Drivers"
8 val
= SysIni
('USER', app
, key
)
10 if val
= "ERROR:" then val
= "none"
11 /* strip the terminating NULL character
*/
12 else val
= substr
(val
, 1, pos
(d2c
(0), val
) - 1)
14 say 'The current TrueType driver is ' || val