From: "Dr. Poo" <[EMAIL PROTECTED]>
> What/when/where/how might one come across the ?character? '\000' ->
> that's backslash followed by three zero's.
> 

It's an escape sequence for a character with code 0.

The escape seqences have on of these formats:
        backslash plus one letter
        backslash, x and a hexadecimal code
        backslash and an OCTAL code 

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


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

Reply via email to