Hey, I have a real annoying problem. Ha ha.
I'm trying to read a text document and search for a line in this format:
But when I use the code:Code:#CLIP {NAME} {LOOP}It will never find the line in the text document.Code:If strBuffer Like "#CLIP * *" Then
I have tried changing lots of lines of code, but nothing works...
It will work if I change it to:But that isn't what I want...Code:If strBuffer = "#CLIP TEST True" Then
Does anyone know what my problem is?




Reply With Quote