Bug#135730: writeln radix control

2002-02-25 Thread Frank Heckenbach
> The "pc" compiler on Tru64 (formerly OSF/1 or Digital UNIX) has > radix control. NOTE: it is typed and works for negative values. > I get stuff like "-FFF" from -4095 but "EE6CD998" from 4000111000. > I've no idea how to get leading zeros on these. > >writeln(, 4095:2:16, ); Interest

Bug#135730: writeln radix control

2002-02-25 Thread acahalan
Package: gpc Version: 2:2.95.4-9 The "pc" compiler on Tru64 (formerly OSF/1 or Digital UNIX) has radix control. NOTE: it is typed and works for negative values. I get stuff like "-FFF" from -4095 but "EE6CD998" from 4000111000. I've no idea how to get leading zeros on these. PROGRAM radix ( inpu