Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 23:09:25 +0000



Post From: Escape double quotation mark (

[2023-01-15 02:47:35]
User656492 - Posts: 129
Hi. Is it possible to do this?

=concatenate(" \" " , "apple" , " \" ") to produce this string: "apple"

where \ is the escape character? clearly \ is incorrect.

I've also tried char(34), but I get a NAME? error.