livecode file corrputed, need help
Posted: Fri Nov 29, 2013 7:40 pm
Hi,
hope thats the right place for my thread.
I've corrupted my livecode file by editing it with notepad.
i could not load the project in livecode anymore, because i've had an typemismatch ( instead of in card open and it always raised an script error and didnt let me save it anymore. So i tried to change the "in" to "is" in notepad and now i can't open the file in livecode anymore.
could anyone help me with that?
MANY thanks for your help!
P.S.: yes, i've learned my lesson and will do backups more often from now on
hope thats the right place for my thread.
I've corrupted my livecode file by editing it with notepad.
i could not load the project in livecode anymore, because i've had an typemismatch (
Code: Select all
if $1 in "" then
Code: Select all
if $1 is ""
could anyone help me with that?
MANY thanks for your help!
P.S.: yes, i've learned my lesson and will do backups more often from now on