Perfect example of RTFM here... but incase anyone else ever runs into the same problem, the key is the DIG Modefier. Here is the code I came up with:
For lcount = 0 to 9
MsgBuff[9 - Lcount] = OdCountL dig lcount + 48
Next
MsgBuff is an array where I store the VFD messages (kind of like a buffer)




Bookmarks