ok, in vb,
VB Code:
If Not (sCurData Like "<" & curUser.sName & "> " & curUser.sName & " is kicking * because: *") Then
would say that
sCurData is not like....
Now, i tried to use this in a vbscript, and for some reason it throws up the error of:Quote:
<SOMEBODY> SOMEBODY is kicking NE_1_Else because: This is the reason.....
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?Quote:
Error #35 - Sub or Function not defined on line 71
tnx guys
Wayne
