TerarinKerowyn Posted June 26, 2008 Posted June 26, 2008 (edited) ;ERROR HERE NO ENDIF TO MATCH IF HOW DO I MAKE PROGRAM EXIT AFTER THIS? If $ai > 10 Then MsgBox (0,"Error", "Too many Devices") exit EndIf This is a error because you declared it as a one line IF statement with the MsgBox on the same line You can fix it by placing MsgBox on the next line below the If statement or by taking out the exit and endif Edited June 26, 2008 by TerarinKerowyn Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah
SoulA Posted June 26, 2008 Author Posted June 26, 2008 ah gotcha I knew it was something simple I was missing/not understanding
TerarinKerowyn Posted June 26, 2008 Posted June 26, 2008 no problem does it work the way you want it to? Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah
SoulA Posted June 26, 2008 Author Posted June 26, 2008 Yes it does thank you. Should help me a lot in other programs too. Any suggestions on my other issues?
TerarinKerowyn Posted June 26, 2008 Posted June 26, 2008 nope just fix those two error and everything should work Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah
SoulA Posted June 26, 2008 Author Posted June 26, 2008 (edited) I still need help with the Windows Vista compatibility only issues the StringRegExp problem Edited June 26, 2008 by SoulA
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now