Dreppan
09-06-2006, 10:19 PM
I need to change a MEL script from using textScrollList to using scrollField instead -- but need help to changing the syntax of the below lines.
string $rigList[] = `textScrollList -q -ai "CE_rigList"`;
textScrollList -e -append $tokens[0] "CE_rigList";
string $sel[] = `textScrollList -q -si "CE_rigList"`;
textScrollList -e -ri $each "CE_rigList";
A global replace does not work, as some of these parameters do not exist for ScrollField. Any MEL wizards are most welcome, as I am running into myriad issues - thanks!
string $rigList[] = `textScrollList -q -ai "CE_rigList"`;
textScrollList -e -append $tokens[0] "CE_rigList";
string $sel[] = `textScrollList -q -si "CE_rigList"`;
textScrollList -e -ri $each "CE_rigList";
A global replace does not work, as some of these parameters do not exist for ScrollField. Any MEL wizards are most welcome, as I am running into myriad issues - thanks!
