Garrett19212 Posted March 17, 2005 Posted March 17, 2005 Would this work If $var9 = $var10 then Exit Loop Or how would i do that? $var9 and $var10 will both be numbers
Helge Posted March 17, 2005 Posted March 17, 2005 Like this ? $var9 = "shabba" $var10 = "shabba" While 1 Sleep(100) If $var9 = $var10 Then ExitLoop Wend
Garrett19212 Posted March 17, 2005 Author Posted March 17, 2005 yea but im adding that because im making my program set how many times you want it to do so when each time it does a session it gives +1 to var9, and var10 is how many you want it to go to. thx
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