Hiya, I want to put " in a string but don't know the escape character to put before it. I tried doubling up the quotes (CSV Style) but this doesn't work:
Text[0] = """test"""
I just get:
Compile Error: Expression of type 'String' cannot be invoked
Any ideas? Thanks.
Text[0] = """test"""
I just get:
Compile Error: Expression of type 'String' cannot be invoked
Any ideas? Thanks.