1. Christian Brandlehner06/04/2004 15:34:46
Homepage: http://chris.brandlehner.at
This problem has been assigned SPR # PCOY5ZJBNH by IBM Lotus Support.
The same problem occurs also for additions:
A lower limit is also reached with addition
Sub Click(Source As Button)
Dim number As Double
number = 32768
msgbox number
End Sub
However try set the same value using multiplication, you will get a compile error 'Overflow..'
Sub Click(Source As Button)
Dim number As Double
number = 30000 + 2768 ' (Which will equal 32768)
msgbox number
End Sub
2. Christian Brandlehner08/12/2004 21:43:12
Homepage: http://chris.brandlehner.at
IBM Lotus Support confirmed that this is a bug although there are no plans to fix this problem in the 6.x codestream.