[MEL] nested lists?


#1

Hi,

Is it possible to somehow build up nested arrays in MEL? Like:

string $list1[];
string $list2[];
string $nestedList[] = {$list1, $list2};


#2

No, this is not possible.


#3

you make me sad ;(


#4

Use python instead and you will be happy again :slight_smile:


#5

Somebody has upped a bunch of MEL scripts called “stringMatrix” at highend3d.com, those should fit your needs.
regards