[Gambas-user] Const
Philippe Valarcher
philippe.valarcher at free.fr
Fri Feb 23 10:54:33 CET 2024
I only mean this :
In an old program before 3.19 I did :
Public Const C As Float = 344
Public Const PO As Float = 1.1803398875
In 3.19 when I compile those const. do not use the values in
calculations.
I had to to convert in :
Public C As Float = 344
Public PO As Float = 1.1803398875
For the calculations to be done the way it should.
--
Philippe Valarcher <philippe.valarcher at free.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20240223/08303d23/attachment.htm>
More information about the User
mailing list