Page 1 of 1

difference in USING overfill

Posted: Fri Sep 14, 2018 7:43 pm
by tsh73
(tripped upon while working on
chart library
viewtopic.php?f=11&p=154#p154
)
LBB reacts on PRINT USING overfill (that is, number too big to fit to allotted space) differently from LB:

Code: Select all

print using ("#.##", 1/3)
print using ("#.##", 100/3)
LB:

Code: Select all

0.33
%33.33
LBB:

Code: Select all

0.33
????