Message 1 of 2

Not applicable
06-21-2017
11:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello! I've wrote a script that change "Preferences/Selection/Single Marquee select box". And it not working (yes, I'm a newbie in MEL). Help me, please.
string $checkSingle = `selectPref -q -singleBoxSelection`;
if ($checkSingle=1) {selectPref -singleBoxSelection false;}
else {selectPref -singleBoxSelection true;}
Thanks
Solved! Go to Solution.