Hi folks,
My colleague @Will Bishop and I are building out a collection of custom User Commands to support our work. We have several commands related to interacting with global tables and are working on commands to make working with arrays easier.
I'd like to build a command for removing a matched element from an array and a separate one for adding an element to a given index location. To do both of these I need the command to return the various array types. I'm able to pass arrays into commands but get a type error if I try to assign an array returned from a command. Is there a way to do this or is this an inherent limitation in FlexScript?