Hi everyone, i'm getting annoyed becuase when i'm running the app in debug, and there is a select case function it is always skipped, even if the condition is true. I attach a gif.
Sorry for the quality but i can't upload a better file because there is the size limit for attachment
This is the code. In the example the Result variable is 1 (0x1)
Sorry for the quality but i can't upload a better file because there is the size limit for attachment
This is the code. In the example the Result variable is 1 (0x1)
B4X:
Wait For (RegistrazioneCompletata) Complete (Result As Int)
Select Result
Case 1
...
Case 2
...
Case 3
...
Case 4
...
End Select