hey all, i have a set of numbers which looks like this
within this block of numbers are the numbers 33104 repeated where necessary. This is practically like a space or a comma to space out the numbers.
I need a vb asp code which will determine the number of characters for each block of numbers up to the 33104's.
so for instance 215518782833104 .
i need the code to tell me that there are 10 numbers before the first 33104, then continue on and tell me how many numbers are in the second block of numbers before the next 33104
any help will be great!
Code:
21551878283310414135344613310414135344613310468612568833104686125688331043180057716331044879441661331045148067733104487944166133104
I need a vb asp code which will determine the number of characters for each block of numbers up to the 33104's.
so for instance 215518782833104 .
i need the code to tell me that there are 10 numbers before the first 33104, then continue on and tell me how many numbers are in the second block of numbers before the next 33104
any help will be great!
Comment