How do I get a value between two points on a line?
"BRG CALIF. 2 STAR 0000 00000000"
Point "A" is "BRG" point "B" is "0000"
I want to see everything between the "G and 0"
Less "G" and "0".
So what should be returned " CALIF. 2 STAR "
I can strip the spaces out myself.
The reason I can't use array. (Or think I can't) is because I don't know what might be in between those two points at any given time.
Douglas
"BRG CALIF. 2 STAR 0000 00000000"
Point "A" is "BRG" point "B" is "0000"
I want to see everything between the "G and 0"
Less "G" and "0".
So what should be returned " CALIF. 2 STAR "
I can strip the spaces out myself.
The reason I can't use array. (Or think I can't) is because I don't know what might be in between those two points at any given time.
Douglas