Computer Science Canada User Creation Crash. |
Author: | Balmung [ Wed May 16, 2007 8:26 am ] | ||
Post subject: | User Creation Crash. | ||
I am having a problem creating a user, when it asks for the user if it already exsists and they try to make that user again it crashes >_< can i get some help?
|
Author: | d2bb [ Wed May 16, 2007 11:03 am ] |
Post subject: | RE:User Creation Crash. |
try using a boolen. so if user1 = true Code: User1 =true if user1=true then put " enter another name" else user1=false then put "Your user has been made" end if. just a thought. may or may not work with ur code. |
Author: | DIIST [ Wed May 16, 2007 5:10 pm ] | ||
Post subject: | Re: User Creation Crash. | ||
All that could have been simplified too:
As for the error i think it was just that when you close the snl it should be inside the if where it is open not outside. Hope this helps ![]() lilmizeminem you shouldn't be spamming ![]() |
Author: | Balmung [ Thu May 17, 2007 7:49 am ] |
Post subject: | RE:User Creation Crash. |
Thanks ^^ |