On 1/6/07, Nicolas Cannasse <ncannasse motion-twin.com> wrote:
> > hello
> >
> > the caractere x failed .. i don't speak about
>
> "x" is an invalid escape sequence which
MTASC refuses. You might prefer
> to write "\x", because writing
"x00" is a way to specify an
> hexadecimal character code in many languages.
>
"x00" is a perfect valid escape sequence per
ECMA-262 spec
see chapter 7.8.4 String literals
HexEscapeSequence
x HexDigit HexDigit
and if I remember well " |