aiter Posted July 27, 2016 Posted July 27, 2016 Is there a directive for arrays to start numbering from 1 instead of zero?
JohnOne Posted July 27, 2016 Posted July 27, 2016 No, just ignore 0. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
SadBunny Posted July 27, 2016 Posted July 27, 2016 Yeah... But if it means a lot to you, and if you are using mixes 0-based and 1-based arrays, you could use _ArrayInsert to insert a dummy as the 0-th value. It would be a somewhat dirty solution and I'd always go for making sure that you treat arrays as you need to treat them... But hey, it's an option. Roses are FF0000, violets are 0000FF... All my base are belong to you.
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