BlueScreen 0 Posted January 19, 2004 Hey, Please take a look at this: For $loop=1 to 3 ;Starting the script myFunc () Next Func myFunc () $var=InputBox ("Var","What is your var?") If $var=1 Then Msgbox (0,"","Great! You have chosen 1. Now lets continue to the next iteration") ;;;;; WHAT TO PUT HERE IN ORDER TO CONTINUE WITH THE NEXT ITERATION??? Else Msgbox (0,"","Sorry. You have not chosen the variable 1") EndIf Msgbox (0,"","You have chosen var " & $var & " and not 1") EndFunc Share this post Link to post Share on other sites
BlueScreen 0 Posted January 19, 2004 As usual, :iamstupid: . Share this post Link to post Share on other sites