Posted 15 February 2015 - 12:21 PM
Hi there
To put my error into context I am trying to create a program that will show a startup screen and then go to a password entry application and after that run another application.
The code I am trying to use as follows:
Startup: http://pastebin.com/m6jQA73L
Lock: http://pastebin.com/dx303WtG
I get 2 outcomes from this code.
The first is that whenever the password is correct it stays on the screen. (does the same for incorrect password)
The second is if I get rid of that 3rd from last "end", it returns an error:
"bios:336: [string "lock"]:19: 'end' expected (to close 'while' at line 3)"
I thought I already had an end for the while at line 3.
Any help would be appreciated.
Cheers!
-Hawk
To put my error into context I am trying to create a program that will show a startup screen and then go to a password entry application and after that run another application.
The code I am trying to use as follows:
Startup: http://pastebin.com/m6jQA73L
Lock: http://pastebin.com/dx303WtG
I get 2 outcomes from this code.
The first is that whenever the password is correct it stays on the screen. (does the same for incorrect password)
The second is if I get rid of that 3rd from last "end", it returns an error:
"bios:336: [string "lock"]:19: 'end' expected (to close 'while' at line 3)"
I thought I already had an end for the while at line 3.
Any help would be appreciated.
Cheers!
-Hawk