01-30-2007 03:21 PM
01-30-2007 03:52 PM
Jim,
The "Get All Control Values" invoke node returns an array of clusters, each cluster containing "name," "type desc," and "flat data." Wire the array to a For loop, inside the loop place an Unbundle By Name, and wire the "flat data" string to the "Unflatten From String" function. Wire a constant of type Double to the "type" input of the "Unflatten From String" function. Wire the output of this function to the border of the For loop and you will have an array of doubles.
Allen