Hello!
If I want to writer the value of a variable one in ASCII on a display I write LCDOUT $$FE, 1, #var1 that is I precede with the # var1, if the same thing with an Array is wanted to be made as it could be made? sintax is LCDOUT $$FE, 1, str var\08 if I put # before var the compiler gives me error.
Bookmarks