Thread: MEL command: ls
View Single Post
# 1 09-06-2012 , 08:39 PM
PixalZA's Avatar
Lifetime Member
Join Date: May 2011
Location: Riyadh, Saudi Arabia
Posts: 525

MEL command: ls

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`;