2010-06-02, 12:34 AM
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,txtadrI get the same warning, and exit code is 0 (no errors). :?:

