If have this code which writes the following into a text file.
sWriter.WriteLine("a" & " " & A.Text)
This is the result
a 45
-
Id like the text in A.text to be in speech marks, so the final result is something like his
a "45"
But I cant seem to quote quoatation marks, it gets all confused.
Any ideas please :D