[1] :
I have :
JX := LP + 28;
where :
JX is Real
LP is Integer
and i'm getting a 'Incompatible
Types 'Integer' and 'Extended'
how to solve it ?
[2] :
I have an :
NB : array[1..10,1..5,1..12] of
Real;
How can i manually set each value of the array
???
[3] :
In the old TurboBasic, we had the CDBL declaration,
is there a similar in Delphi ???
Thanks in advance.
Joćo
|
- RE: [DUG]: Numbers ... AGAIN !!! richter
- RE: [DUG]: Numbers ... AGAIN !!! Max Nilson