Posts: 1,208
Threads: 36
Joined: Apr 2015
you want to download a single digit, one bit?
Posts: 912
Threads: 116
Joined: Jun 2012
Reputation:
0
So what you're saying is, you want to read (&/or) store the last number in the sequence... Have you thought about converting said interger into a string, and then finding the strings length and stripping it to the second to last number? (Granted this is how I'd do it, but there will be a more convenient way)