On Sat, 15 Dec 2001 09:56:25 -0500 (EST), [EMAIL PROTECTED] (Jeff
'Japhy' Pinyan) wrote:

>On Dec 14, zentara said:
>
>>It works , but I'm getting unexplained (as of yet)
>>"corruption" in the alignment of the printout
>>in the ranges decimal 5-16, and 126-180.
>
>Do you know that the "printable" range of characters is from 32 to 126?
>
>Specifically...
>
>  character 8 is backspace
>  character 9 is tab
>  character 10 is newline
>  character 13 is carriage return
>
>See the ascii(5) documentation.

Ok, so those odd graphic looking characters outside the range 32-126
should not be used as input to the chr() function?  Is this what
causes my program to give irregular output? 

Thanks


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to