06-01-2010, 11:34 PM
LCD Wrote:warning: Variable 'txtadr' declared as 'float'. In the line:Compiling the following code:
It is a warning, not a error...Code:poke uinteger @PropPrintTxtadr,txtadr
Code:
DIM PropPrintTxtadr as Uinteger
POKE Uinteger @PropPrintTxtadr,txtadr
I get the same warning, and exit code is 0 (no errors). :?: