The original poster wrote: > At 12:30 PM 5/1/2007, you wrote: > > >>> How do you pass Control Arrays to a external function? >>> >>> I am dealing with the classic simple task of finding which Radio >>> Button is selected, and wrapping that up in a function. >>>
There were several suggestions, but wouldn't it be easier to subclass radio button? First define a global variable to hold a string , say App.RadButTxt as string, and in the action event of the subclassed radio button say: App.RadButTxt = me.Text Now there is no need to search for which button is hit. regards, Jim Payne _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
