numberformat

  1. Angelo Maradini

    Bug? NumberFormat

    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 "" ?
  2. E

    B4R Question B4R NumberFormat string buffer overwrite or out-of-bounds?

    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 #"...
Top