06.08.2011, 16:58
Hello is there a way to change
MyObj[] = CreateObject....
MyObj[] = CreateObject....
MyObj[] = CreateObject....
to
MyObj[0] = CreateObject....
MyObj[1] = CreateObject....
MyObj[2] = CreateObject....
automaticly cause adding one by one is so boring and takes a lot of time.
thanks.
MyObj[] = CreateObject....
MyObj[] = CreateObject....
MyObj[] = CreateObject....
to
MyObj[0] = CreateObject....
MyObj[1] = CreateObject....
MyObj[2] = CreateObject....
automaticly cause adding one by one is so boring and takes a lot of time.
thanks.