ERROR
Spoiler
PROGRAM
Spoiler
WIKI CODE
Spoiler
Posted 24 June 2012 - 06:22 PM
Posted 24 June 2012 - 06:29 PM
Posted 24 June 2012 - 06:31 PM
if input == (password) thento this:
if input == password then
Posted 24 June 2012 - 06:36 PM
Posted 24 June 2012 - 07:05 PM
Posted 24 June 2012 - 07:42 PM
if input == ("password") then
Not sure if this'll help, but the first thing that occurred to me
Posted 24 June 2012 - 07:48 PM
Mr Sabazio, on 24 June 2012 - 07:46 PM, said:
Posted 24 June 2012 - 07:49 PM
Posted 24 June 2012 - 10:17 PM
Pinkishu, on 24 June 2012 - 07:49 PM, said:
if input == "password" thenNo reason to use a variable in such a short program other than to add overhead. Just do a string check and take out variable declaration. Not sure why variable was enclosed with parentheses either, just increases program size.
Posted 24 June 2012 - 10:42 PM
Bossman201, on 24 June 2012 - 10:17 PM, said:
Pinkishu, on 24 June 2012 - 07:49 PM, said:
if input == "password" thenNo reason to use a variable in such a short program other than to add overhead. Just do a string check and take out variable declaration. Not sure why variable was enclosed with parentheses either, just increases program size.
Posted 25 June 2012 - 04:01 PM
0 members, 1 guests, 0 anonymous users