noviceNate
10-10-2002, 03:58 PM
Not sure this is possible. I have a URL with numbes in it. I know the position within the string of the URL that the numbers will be at every time. I want to be able to first determine what the number is at a certain position, and then change that number into an actual number.
Such as...
http://www.mysite.com/folder/page01.htm
is the initial URL. My script would scan the string and at the 34 and 35 position of the string (I think), it would see that 0 and 1 are at those positions. SO, what then happens is it changes the 0 and 1 characters into 0 and 1 integers, so that I can then use them in math functions.
Does this make sense? I would appreciate some help. Thanks
Such as...
http://www.mysite.com/folder/page01.htm
is the initial URL. My script would scan the string and at the 34 and 35 position of the string (I think), it would see that 0 and 1 are at those positions. SO, what then happens is it changes the 0 and 1 characters into 0 and 1 integers, so that I can then use them in math functions.
Does this make sense? I would appreciate some help. Thanks