I'm having trouble getting the "Newline" to work.
I downloaded the demo "FileSaveDemo.capx" and it works GREAT..
I created a simple dummy project with 2 text boxes and an OK button.
Saves the text file just fine, but for some reason it does not seem
to recognize the NEWLINE and insert a linebreak.
ON "OK" button clicked
FileSaver Clear File
Append TextBox.Text & Newline
Append TextBox2.Text & Newline
Save to File TextBox3.Text & ".txt"
That's the whole program...
Any ideas or help???