Hi tcbcats,
This is just off the top of my head and will need written and debugged.
Subtract each number with $30 giving 00, 01, 03, 08 and 09 ThenI can also convert it to the format $30, $31, $33, $38, $39 in a 4 byte string. If needed. Each digit is 0 to 9 decimal… never any alpha chr’s. Max value for the expected data is 09999
For example to get the first LSB = (08*16)+09 this should give $89
Do the same for the other numbers.
Please this is off the top of my head and I havn't checked it out! It may be of some help?
Bob
Bookmarks