MEL - storing listHistory result in an array


#1

Hi,

I’m trying to store the History of a selected object in an array. My current attempt doesn’t work:

string $historyArray[] = listHistory ;

How should I write this?
Thanks