#Strings in C
The \48 won't work because \nn syntax expects the number to be in octal. I
tried \48 with SAS C and it treated it as octal 4 followed by "8" since 8
is not an octal digit. \x30 or \60 should work.
Peter Wade
Autopiloting from London, England