B4R Question string to double

Mostez

Well-Known Member
Licensed User
Longtime User
Hello;
how to convert "125.36" string to double? i want to do something like:

B4X:
Dim StrVal As String = "125.36"
Dim Dval As Double = Val(StrVal)

Thanks
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…