feerlo New member Joined Apr 4, 2007 Messages 1 Programming Experience Beginner Apr 4, 2007 #1 Hi, I need help on the button_click in If Else statement. For example: If button_click then <statement> Is it even possible to use the button_click command in an If..Else statement? Thank you in advance!
Hi, I need help on the button_click in If Else statement. For example: If button_click then <statement> Is it even possible to use the button_click command in an If..Else statement? Thank you in advance!
M michaelrawi Member Joined Dec 1, 2006 Messages 11 Location Surabaya, Indonesia Programming Experience 5-10 Apr 4, 2007 #2 What do you want to archive exactly ? If you want to do something if the user click the button, why don't you add a code in that button event ? Upvote 0 Downvote
What do you want to archive exactly ? If you want to do something if the user click the button, why don't you add a code in that button event ?