im new using MEL Script and i cant find the way to solve this problem.
Some body knows why this 2 codes are "undeclared variables"?
What I suppose to do to get them work properly?
Code:
string $objSel[] = `listHistory $obj`; string $wireList[] = `ls -typ "wire" $hist`;