// In ImageJ 1.45s and later, arrays can automatically // expand in size as needed. Note that macros that // use auto-expanding arrays will not be compatible // with the Image 2.0 macro language. requires("1.45s"); setOption("ExpandableArrays", true); cars = newArray; cars[0] = "Saab"; cars[1] = "Volvo"; cars[2] = "BMW"; cars[4] = "Ford"; for (i=0; i