Page 1 of 1

digit extracter

Posted: Fri 24 Feb, 2006 6:19 am
by boost
anyways im working on a digit extracter.. (in basic)
so input will store to a variable
and extract each digit and store it to other variables, and display them..
this might be useful after all for some progs.
like a barcode scanner or something..
i'll probably make my school id barcode producer through this :twisted: :twisted: :twisted:

Posted: Fri 24 Feb, 2006 12:53 pm
by kalan_vod
So you want to make a program that will input numbers into a var. then convert the digits in the var. into more numbers?

Posted: Fri 24 Feb, 2006 4:12 pm
by threefingeredguy
I made that, it converted decimal numbers into a list. Or a string.