G
Guest
Hi,
my program uses the Print command like
Print(a, "Language=" & language)
to print a textline in my text file.
In the text file I need a format like
Language="my language"
How do I get the additional quotation marks?
Regards
Thomas
my program uses the Print command like
Print(a, "Language=" & language)
to print a textline in my text file.
In the text file I need a format like
Language="my language"
How do I get the additional quotation marks?
Regards
Thomas