So, its working REALLY well ... doing exactly as its been coded to do ... but if, for example, the word its looking for is "test", it wont trigger if its followed by any "." or ",".

I know this is because its using $chr(32) as a delimiter and its working exactly its its been told to, but how do I cater for this? Is there a way to ignore all the "." and "," in the string before it checks so that test, and test. still trigger the script?