07-17-2012, 03:49 PM
I don't want to change the property names of an accessible object. I want to change the name of an array element so i can call it into another function more easily. Right now there were some objects without a name i would have to do an out statement for data to allow me to view element number, object roles, names and location. Then use the b[element number] if i am able to change the name of the element then i could access it without going through all that trouble.