Hello!
I'm trying to combine multiple ASCII characters to form a large number. I've started off with a simple setup to get to grips with it but I'm a tad lost.
The idea is you have a 4 ASCII input between A and J. Then they're converted to numbers 0 to 9, and then converted to a combined number. Eg. ABCD ->> 0123. I've converted to individual numbers, and tried combining them using various methods now, but nothings quite working.
Any help would be much appreciated!