Hello,
Does gpc have a built-in mechanism for converting a number to hexadecimal, for use in write(ln) or just as a number to string conversion ? Oregon Pascal uses a negative field width to denote hex output (which I believe is sometimes also used to denote left justification), and Vax Pascal has a built-in 'hex( num, width )'.
Thank you in advance .. Richard.