PDA

View Full Version : difference expression # DEC



volcane
- 2nd May 2006, 22:35
Hi!

Do you know how to point out me the differences among the two expressions?

expression1 LCDOUT $FE,$C=,"ANNO",# var1

expression2 LCDOUT $FE,$C=,"ANNO",DEC var1

on the display the same writing always appears

mister_e
- 2nd May 2006, 22:48
# and DEC are the same when written as is. BUT DEC allow to display the amount of number you want in fix format. Set your variable to 256, then use DEC1, DEC2, DEC3 and see what's happen.