How to add index to a lot of arrays automatic
#1

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.
Reply
#2

Uh you could put it all in a file and write a small script that opens and adds the indexes in.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)