I'm sure this will turn out to “dumb question of 2010” but I just can't get AMEMBERS() to work for me.
I've searched high and low and found literally hundreds of sites and books that give the same sample.
goForm1 = CREATEOBJECT("Form") && Creates a Form
= AMEMBERS(gaPropArray, goForm1, 1) && Array containing Form properties
So OK, fine, but I don't want to create a form, I want to work with an existing form (Main1.scx)
How?????
I've searched high and low and found literally hundreds of sites and books that give the same sample.
goForm1 = CREATEOBJECT("Form") && Creates a Form
= AMEMBERS(gaPropArray, goForm1, 1) && Array containing Form properties
So OK, fine, but I don't want to create a form, I want to work with an existing form (Main1.scx)
How?????