Save text

If I wanted to make my text wrighting script save what has been typed and then read the next time that it is opened my code is massively Long so if you want I will post it for you to look at I need loads of help I don’t even know Witch type of save to use. your help is appreciated.

Thank you, Mikedogger

I’d suggest using the following to save your text:

saveLocalData( "MyText", yourTextVariable )

And to read it back later:

yourTextVariable = readLocalData( "MyText" )