Forum Discussion

tinauser's avatar
tinauser
Frequent Contributor
13 years ago

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...