[Gambas-user] Last.Tag on grouped Radiobuttons
Benoît Minisini
gambas at ...1...
Fri Mar 7 22:05:30 CET 2003
Le Dimanche 2 Mars 2003 23:38, Charlie a écrit :
> Salut Benoit,
>
> me again, have changed this ?
> Before , i'm realy shure, Last.tag returned the tag of the last clicked
> Button.
> Now the return value is the last owner of the value TRUE.
>
> amicalement
> Charlie
>
>
>
LAST returns the control that raised the last event.
For example,
SUB MyButton_Click()
PRINT LAST ' Here, it is MyButton
ShowModalDialog ' Show a modal dialog
PRINT LAST ' Here, LAST has changed, because of the modal dialog
END
Did you confused with that ? Or is your problem something else ?
Regards,
--
Benoît Minisini
mailto:gambas at ...1...
More information about the User
mailing list