I can load my varibles into my project from a .txt file.
QUESTION:
I would like to make a change to a variable then save it back to the .txt file. Can this be done?
//I've tried:
oLv.var1 = "newValue" ;
oLv.send("vars.txt"
;
//But this doesn't seem to work
Any input or syntax would be much appreciated, thank you!
QUESTION:
I would like to make a change to a variable then save it back to the .txt file. Can this be done?
//I've tried:
oLv.var1 = "newValue" ;
oLv.send("vars.txt"
//But this doesn't seem to work
Any input or syntax would be much appreciated, thank you!