Hi
Have another question... and I think it's a pretty easy one...
I would like to delete objects with mel. All the objects I want to delete have the "same" name; the end number is different. Let's say the objects names are:
test1, test2, test3, test4 ....
I tried:
delete ("test" + #) ;
won't work like this... How would I write this correctly so it works...
thanks a lot for all ur help..