I ran the command in both 5.8.0 and 5.8.3. Here are the results when using interactive tcl prompt:
5.8.0.0 –
hcitcl>set x [format %+16.2f -2112.50]
-2112.50
5.8.3.0 –
hcitcl>set x [format %+16.2f -2112.50]
Error: expected floating-point number but got “-2112.50”
Anyone out there have the same problem? Is there a work around you put in place?
Thanks in advance!