Starting to experiment with MEL scripting to automate some repetitive, brain killing operations. Is there a limitation to the number of items that can be placed into an array using "ls -selection"? string $arrayOfObjects[]; $arrayOfObjects = `ls -selection`;