sbaamm 0 Posted May 20, 2004 :iamstupid: How I can declare a dynamic Array? Ciao Grazie Share this post Link to post Share on other sites
Jos 2,170 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. Share this post Link to post Share on other sites
ezzetabi 3 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. Share this post Link to post Share on other sites