[Gambas-user] new Quote()

Stefano Palmeri rospolosco at ...152...
Thu Jan 18 12:33:51 CET 2007


Hi all. Hi Benoit.

Normal quote:

PRINT Quote("hello")
result: "hello"
------------------------------------

Super quote:

PRINT Quote(Quote("hello"))
or
PRINT Quote("\"hello\"") 

result: "\"hello\""

I would expect ""hello""

Ciao,

Stefano




More information about the User mailing list