Options

How to write different lines into a text file?

hazemhazem Member Posts: 187
Hello,
How to write two lines into a text file?
For example: "Hello" on the first line and "Everybody" on the second line

Thanks

Answers

  • costascostas Member Posts: 27
    Texmode must be true

    Somefile.write('Hello');
    Somefile.write('Everybody');
Sign In or Register to comment.