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)
Code: Select all
0.33
%33.33
Code: Select all
0.33
????