[Gambas-user] Escapes
Benoit Minisini
gambas at ...1...
Fri Dec 26 17:21:54 CET 2003
On Thursday 25 December 2003 03:03, Ken Schrock wrote:
> Gambas doesn't like this
>
> PUBLIC CONST BOLD_ON AS String = "\x1b(s3B"
>
> Nor can I get any hex or octal escapes to work
>
> ???
>
>
At the moment, only the following escape characters are supported:
\n \r \t \' \" \\
I think I should add support for \xHH in the compiler ? :-)
I will see what I can do...
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list