View Single Post
  #1  
Old 12-29-2006, 03:25 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
GuiRadioCtrl, fast check;

Well, I am using a few GuiRadioCtrl ( actually 6), but, is there a way to see if some of them are checked? ( groupnum = 1)

Is there a faster way then doing like

PHP Code:
if ( ( @ Radio_Button0).checked || ( @ Radio_Button1).checked)
{
 ...
// just an example, having a long if statement. 
Is there a faster way?
__________________

Last edited by Chompy; 12-29-2006 at 04:25 PM..
Reply With Quote