if its not to much i just trouble can anyone offer any ideas as to how to investigate a string. i have 2 numbers
first number=806000842
second number=05234578
as u can see the two numbers are of different length with the first being 9 characters and the second being 8 characters. is there any function that is similar to the explode function where i can separate the characters and determine the value of the third character in the first number and the second character in the in the second number??
so far i have tried the explode function but that requires a separator and i have tried to create a function but that was not much success
can anyone help me out here
thanks