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