With the latest version of B4i (or latest version of iOs)
the answer of NumberFormat has changed in the case of a number rounded to 0
NumberFormat(0.001, 0, 2) = ""
Why the function NumberFormat does not return "0.00" but "" ?
I am sending ASCII text lines via the serial-over-USB ESP32-PC link, and it was working great until I used NumberFormat. I have tried this code on two different ESP32 modules:
Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")
Dim B1() As Byte = "Packet #"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.