ah thanks man that worked really well. my code ended up lookin like this
string $objname[]=ls-sl
;
for( $i=0 ; $i<(size($objname)
); ++$i){
select -r ($objname[$i]);
polyCopyUV -uvi "map1" -uvs "TexCoord1" -cm 1 -ch 1;
};
select -r ($objname);
right now im trying to replace "map1" with a default value so it copies from current UV set rather than map1 all the time. (not going to well heh)
again thanks man, appreciated!