Change this: READ (tagNum - 1 * 10 + idx), char ' get tag data from table
to this: (((tagNum - 1) * 10) + idx), char ' get tag data from table
Does it work now?
Change this: READ (tagNum - 1 * 10 + idx), char ' get tag data from table
to this: (((tagNum - 1) * 10) + idx), char ' get tag data from table
Does it work now?
Bookmarks