[Gambas-user] Event WebTable.Click
Bruce Steers
bsteers4 at gmail.com
Thu Mar 2 17:51:54 CET 2023
>
>
> Public Sub BUT_Click()
>
> Dim iRow, iCol as Integer
> iRow = Split(Last.Text, "_")[1]
> iCol = Split(Last.Text, "_")[2]
>
> End
>
Oops, that should be Last.Name not Last.Text
Public Sub BUT_Click()
Dim iRow, iCol as Integer
iRow = Split(Last.Name, "_")[1]
iCol = Split(Last.Name, "_")[2]
End
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230302/4446bff7/attachment.htm>
More information about the User
mailing list