Hi
I have the following code:
Sub View_Click
Dim Send As View
Dim Row As Int
Send=Sender
Row=Floor(Send.Tag/10)
but sometimes tag does not exist
(if I check Sender. parameters there is not tag inside)
how do I check if ".tag" exist before running the Send.Tag/10
Thanks
I have the following code:
Sub View_Click
Dim Send As View
Dim Row As Int
Send=Sender
Row=Floor(Send.Tag/10)
but sometimes tag does not exist
(if I check Sender. parameters there is not tag inside)
how do I check if ".tag" exist before running the Send.Tag/10
Thanks