AddObjects and initialize them at runtime

Cableguy

Expert
Licensed User
Longtime User
If you are certain of the name of the object, them just write the new statememt.
NeverTheLess, I think you must have a way of keep track of the created object, perhaps, using a dedicated arraylist...
You can also use:

Control("rectangle"&n).new
 

sitajony

Active Member
Licensed User
You can also use this syntax if you have the last version:
Rectangle("rectangle"&n).New1
With this syntax you can show the methods and proprietes list... (Great new feature on the 6.90...)
 
You can also use:

Control("rectangle"&n).new

I t works :sign0060: . I wouldn't have thought of it


Rectangle("rectangle"&n).New1
With this syntax you can show the methods and proprietes list... (Great new feature on the 6.90...)

The latter way more handy

Cheers guys
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…