ok, in vb,

VB Code:
  1. If Not (sCurData Like "<" & curUser.sName & "> " & curUser.sName & " is kicking * because: *") Then

would say that

sCurData is not like....

<SOMEBODY> SOMEBODY is kicking NE_1_Else because: This is the reason.....
Now, i tried to use this in a vbscript, and for some reason it throws up the error of:

Error #35 - Sub or Function not defined on line 71
now, i know that curUser.sName is defined, and sCurData is defined, so it means either NOT or LIKE doesnt work in VB Script, so can somebody give me another way / the correct syntax to do this code plz?

tnx guys

Wayne