Originally posted by: Injury
Maybe more specific... are you trying to just find the information between the first and last word of the variable?
Maybe we could think of a better solution if you tell us what it is for.![]()
Originally posted by: l6873
Originally posted by: Injury
Maybe more specific... are you trying to just find the information between the first and last word of the variable?
Maybe we could think of a better solution if you tell us what it is for.![]()
No, there might be some other text before START and after 'END'.
Originally posted by: mugs
Originally posted by: l6873
Originally posted by: Injury
Maybe more specific... are you trying to just find the information between the first and last word of the variable?
Maybe we could think of a better solution if you tell us what it is for.![]()
No, there might be some other text before START and after 'END'.
The two suggestions I gave you would work in that case. If you don't want to learn about regular expressions, use SPLIT. Or use strpos and substr.