Christian75
Member
Hi,
I'm trying to use string.indexof() in BANano but it is that not supported ?
I get this error in the consol
TypeError: __1462.indexOf is not a function
I'm trying to use string.indexof() in BANano but it is that not supported ?
I get this error in the consol
TypeError: __1462.indexOf is not a function
B4X:
Dim calculated_str As String = "125.45"
Dim check_index_of_dot As Int
check_index_of_dot = calculated_str.IndexOf(".")