PDA

View Full Version : LCDOUT variables?



RUBiksCUbe
- 1st September 2005, 23:10
How do I send a variable to be displayed on an LCD? My code is:

LCDOUT v1

but the LCD displays this as a character, and v1 is a number.

Melanie
- 2nd September 2005, 01:25
There are many ways, one way would be to prefix with a hash... example...

LCDOut #v1