I opened my existing app with b4a 11 beta and got this error
B4X:
B4A Version: 11.00 BETA #1
Parsing code. Error
Error parsing program.
Error description: iif is not a valid identifier.
Error occurred on line: 329 (ASViewPager)
Private Sub IIF(c As Boolean, TrueRes As Object, FalseRes As Object) As Object
and this in logs (iif is not a valid identifier.)
What seems to be the problem? I tried removing the asviewpager but it still doesn't worked.