SaroAfk Posted May 30, 2006 Posted May 30, 2006 Hello, i need to parse text atctively flowing into a file, I've messed around with some of the scripting but this is a bit more in depth than i've been able to figure out, i need to actively parse text thats coming into a file, and setup some filters so certain things happen. like if it was parsing a text log from a chat window and it saw anytime it saw "chuck norris" it would pop up a window "fag" or just run a function or press a key or something. I can donate for someone's time if noe one is interested in helping
Lakes Posted May 30, 2006 Posted May 30, 2006 Have a look at the StringInStr Function, returns a Zero if Substring not found Something like:If $Chuck = StringInStr ( $String, "chuck norris") then MsgBox(0,"PopUp","Your text here") You can call Chuck a Fag if want, but I`m not taking any chances with that guy... 2015 - Still no flying cars, instead blankets with sleeves.
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