go to post Michael Braam · Jul 22, 2016 You have a couple of choices.Either use the built in function $zhex or %SYSTEM.Utils.HexToDecimal or %SYSTEM.Utils.DecimalToHex.See the documentation for detailsHope this helps.
go to post Michael Braam · Jun 14, 2016 Something like this should do it:set x=""set x = $o(@x)while x'="" { write !,x," ",@x set x = $o(@x)}