Bug? B4XSearchTemplate - empty list

udg

Expert
Licensed User
Longtime User
Hi all,
admittedly this should never happen, but if you pass an empty list to SetItems (or forget to call it at all), B4xSearchTemplate crashes with an OutOfBound error due to the JumpToItem(0) instruction on line 72 of its code.

udg
 
Top