Writer Question with quotes

giga

Well-Known Member
Licensed User
Longtime User
Does anyone know how to show quote " symbol in a text document when using writer.

I tried this with no luck.
B4X:
Writeset.WriteLine(""")

Thanks to ALL for their help.


:BangHead: Nevermind I caught it Chr(34) Thanks

Extra caffeine needed next time!!
 
Upvote 0

lagore

Active Member
Licensed User
Longtime User
You ca also use
"QUOTE" As String
'Quote character. The value of Chr(34). '
It is a B4a keyword
It make the code a little more readable.
 
Upvote 0
Top