Dim i As Int
For i = 1 To Activity.NumberOfViews
Try
Dim lb As Label
If Activity.GetView(i) Is Label Then
lb = Activity.GetView(i)
If lb.Text <> "" Then Msgbox (lb.Text, "")
End If
Catch
Log(LastException.message)
End Try
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.