Bug? B4XTable a little bug with search

Vikjh

Member
Licensed User
Encountered a problem if the table entry contains "Null" then the program crashes.
Solved the problem by adding 1 line to the b4xtable.bas code
506: If Text = Null Then Text=""
 
Top