https://issues.apache.org/ooo/show_bug.cgi?id=76852

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from [email protected] ---
Given this result:

Dim s as single
s = 1000000.0
print s                   ' displays 1
if s = 1000000.0 THEN
  print "it is 1000000.0" ' <---
else
  print "it's not 1000000.0"
endif
if s = 1 THEN
  print "it is 1"
else
  print "it's not 1"      ' <---
endif

it would seem that the print function is broken.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to