Hi,
Is it possible to somehow build up nested arrays in MEL? Like:
string $list1[];
string $list2[];
string $nestedList[] = {$list1, $list2};
Hi,
Is it possible to somehow build up nested arrays in MEL? Like:
string $list1[];
string $list2[];
string $nestedList[] = {$list1, $list2};
Somebody has upped a bunch of MEL scripts called “stringMatrix” at highend3d.com, those should fit your needs.
regards