bryndyment
03-28-2003, 08:11 PM
Easily-described question...
Can you "batch-assign" attributes between objects? Or is there only this brute-force way:
objOne.a = objTwo.a
objOne.b = objTwo.b
objOne.c = objTwo.c
etc.
I know you can loop through an object's attributes, but can't find any way to specify an attribute via anything other than typing out its name.
Just checking...
Can you "batch-assign" attributes between objects? Or is there only this brute-force way:
objOne.a = objTwo.a
objOne.b = objTwo.b
objOne.c = objTwo.c
etc.
I know you can loop through an object's attributes, but can't find any way to specify an attribute via anything other than typing out its name.
Just checking...