Floating point initialiser
Posted: Tue Jan 04, 2022 11:44 am
A minor bug with an easy work around..
Declare a variable x type floating point.
Initial value cannot be 5 (invalid value - cannot convert to fp) - need to use 5.0 instead...
Martin
Declare a variable x type floating point.
Initial value cannot be 5 (invalid value - cannot convert to fp) - need to use 5.0 instead...
Martin