
Originally Posted by
Darrel Taylor
Yup, Square brackets will cause an error when they are inside other square brackets.
Obviously, haven't checked all cases, but I've got this line with square-in-square and works ok:
Code:
lcdchardata[ lcdcharloop + 1 ] = font [ ( lcdchardata[0] * 5 ) + lcdcharloop ]
But it's also got a variable inside parenthesis...maybe that's the kicker...
Bookmarks