bradvexille Posted December 11, 2003 Posted December 11, 2003 do u know the syntax for for loops? for $x = 10 to 100 ,... how to i tell it the "stepval" ? its not in the help file.. for $x = 10 to 100, 10 gives me error... for $x = 10 to 100 10 also gives me error i need it to add 10 to $x every loop... ALSO, is it possible to do something like x = x + 10? giving me errors... thx
bradvexille Posted December 11, 2003 Author Posted December 11, 2003 ur always there for me larry thx
Administrators Jon Posted December 11, 2003 Administrators Posted December 11, 2003 ALSO, is it possible to do something like x = x + 10?giving me errors...thx $x = $x + 10
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