Faw[Ful] Posted September 24, 2011 Share Posted September 24, 2011 I need to get the values between two values , how to do this in script ? Something like that VAl = ( 1, 2, 3, 4, "...", 6 ) but mine is 223 to 313 , so it takes time to write them all edit : I know with > and < is possible , but I'm curious of another way to do it. Link to comment
BinSlayer1 Posted September 24, 2011 Share Posted September 24, 2011 for loop? http://www.lua.org/pil/4.3.4.html for i = 1, 1000 do Link to comment
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