09-06-2010, 05:24 AM
Macro Macro1450
Function ArrayIntFromList
;instead of
;ARRAY(int) ControlID="1 12 25 45"
;use
ARRAY(int) ControlID
ArrayIntFromList ControlID "1 12 25 45"
Function ArrayIntFromList