tinauser
14 years agoFrequent Contributor
writetotextfile multilines
hallo,
I´d like to write in a text file a text with multiple lines.
var s 1="my test\n"
var s 2="does not \nwork!"
aqfile.WriteToTextFile(filePath,s1)
aqfile.WriteToTextFile(filePath,s2)
The text is all written on the same line.
What am I missing?
thanks
L
I´d like to write in a text file a text with multiple lines.
var s 1="my test\n"
var s 2="does not \nwork!"
aqfile.WriteToTextFile(filePath,s1)
aqfile.WriteToTextFile(filePath,s2)
The text is all written on the same line.
What am I missing?
thanks
L