|
-
Mar 1st, 2004, 01:00 PM
#1
Thread Starter
Frenzied Member
VBScript: NOT LIKE.....
ok, in vb,
VB Code:
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|