Is this a compiler bug in Lotus Notes 6?05/28/2004 18:56
I came along a very strange problem
with the Lotus Notes 6 compiler today. Just to save time I tried to use
1024 * 1024 instead of 1048576. The Lotus Notes Designer Client refused
to save this with error "overflow". When using a variable containing
1024 instead of using the number itself there seems to be no problem. Weird!
Sub Click(Source As Button)
Dim
number As Double
Dim
a As Double
a
= 1024
' just to proof that Long is big enough
number
= 1048576
'next line will work fine
number
= a * 1024
' this would not work, why??
' number = 1024 * 1024
Print
number
End Sub
Tuesday 25th, May 2004
End of Service extension for Lotus Notes Domino 5.x05/25/2004 15:50
Open Notes Picture Database Release 1.0.0 was released on OpenNTF.org05/21/2004 16:25
I am happy to announce that after some
days of hard work, the new enhanced version of the Lotus Notes based Picture
Database was finally released on http://www.openntf.org
The paragliding worldcup is currently taking place in Abtenau, Austria.
We have some spectacular pictures from the competition and other attractions
on the worldcup homepage at http://worldcup.ikarus-abtenau.at
Disclaimer
The weblog represent my personal views and comments and does not represent the views of my current or previous employers or customers.