alawoona Posted January 26, 2004 Posted January 26, 2004 Struggling with coding this problem in an elegant manner : I have a large text file from which I want to extract certain strings. Each string will start immediately after the characters "Clip=" and then end at the character before the next ' (single quote character). There will be a number of these strings within the text file, don't know how many, the string length is variable. Big thank you if you can help.
alawoona Posted January 26, 2004 Author Posted January 26, 2004 (edited) No carriage returns between "Clip=" and the single quote There are carriage return in the file though. Edited January 26, 2004 by alawoona
alawoona Posted January 26, 2004 Author Posted January 26, 2004 Thanks Larry - i missed the StingInStr function reading the help file. Am using the script already.----works well.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now