how can i get the nameSpace of a selected controller and put it in a variable with me
string $me; string $list[]=`ls -sl`; if(size($list) < 1) { warning "Select something first" ; } else { string $token[]; tokenize $list[0] ":" $token; $me=$token[0];
Give that a spin