sbaamm Posted May 20, 2004 Posted May 20, 2004 :iamstupid: How I can declare a dynamic Array? Ciao Grazie
Developers Jos Posted May 20, 2004 Developers Posted May 20, 2004 (edited) Dynamic Array... what do you mean ? Dim xyz[10] ; declare's an array don't understand the dynamic bit .... Edited May 20, 2004 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
ezzetabi Posted May 20, 2004 Posted May 20, 2004 If you mean an array that may change its size you cant. You may create a string with all values divided by a char and string split it.
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