Hi everyone,
Just a quick question, is there a mathematical formula to convert ASCII numbers to standard numbers?
Thanks,
Ben
Hi everyone,
Just a quick question, is there a mathematical formula to convert ASCII numbers to standard numbers?
Thanks,
Ben
Subtract 48 from decimal representation? I pose this as a question as I've just had a brief glance at the table and zero starts at 48 and they go up sequentially. If you have multiple characters you'll need to subtract 48 then multiply by ten times the position and add each position together