Is there a maximum size of an array that can be stored on a label?
A model I have created crashes when I select an object with a label that contains a large array. I will likely convert this array into a treenode structure to get around the issue, but was curious if there is a limit on the size of an array that can be stored on a label.
arrayissue.fsm : This is a model with a script that has been run that populates an array of length 1000 with all the values in the array being the string "Test". When I click the "Queue1" object the model crashes.