Jethro commented on a Page, Nick Alert  -  Aug 15, 2011

Upon brief testing at my end, it does work for me. I'm not sure why it's not working for you.

the C means a divider so to speak. Every nickname is separated by a space, so as a result, we use $chr(32), and it looks like this:

if ($istok(nick1 nick2 nick3 nick4,$nick,32) != $true) { these nicks are to be ignored }
else { the rest of nicks are to return $true and be matched }

By putting a ! before the the $istok() identifier will negate, same as != $true.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.