I would like to be able to use i=Val(string) instead of
B4X:
If IsNumber(string) Then
i = string
Else
i = 0
End If