Kip Posted May 14, 2007 Posted May 14, 2007 Is it possible to search in a string? (keep on reading) The string is like this: "line 1"&@CRLF&"Line 2"&@CRLF&@CRLF&"Line 4" How can I search for: "Line 2", and that it returns on which line it is? MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
Developers Jos Posted May 14, 2007 Developers Posted May 14, 2007 Is it possible to search in a string? (keep on reading) The string is like this: "line 1"&@CRLF&"Line 2"&@CRLF&@CRLF&"Line 4" How can I search for: "Line 2", and that it returns on which line it is?Use StringSplit and the array will contain all "Records" SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Kip Posted May 15, 2007 Author Posted May 15, 2007 Just that simple, and I don't know! MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
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