Android Question B4A : Null not matched

netkomm

Active Member
Licensed User
Longtime User
Hello guys,

I have this snippet of code

B4X:
            If celle(colo,riga).hClue = Null Then
                CLUE.Text = ""
            Else
                CLUE.Text = Words(celle(colo,riga).hClue).clue
            End If


and when I debug the code, inside celle(colo,riga).hClue there is a "null" value but it's not matched and goes into trying to perform illegal actions and crashes out.

It does not help to write the other way around matching using <>. It does always go into the wrong option...

Thanks for your help.

p.s.: using the latest version of B4A (6.0)
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top