sbaamm 0 Report post 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 1,292 Report post 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 Visit the SciTE4AutoIt3 Download page for the latest versions - Beta files How to post scriptsource 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 2 Report post 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