Does anybody know why i get different result when i put a breakpoint before "IF" and step into next line?
Sub Activity_Create(FirstTime As Boolean)
Dim i As Int = 123
Dim b As Byte = 2
F1(Array As Object(i, b))
End Sub
Private Sub F1(arg() As Object)
If arg(1) = 2 Then...
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.