Jeff,

You can also use reverse logic as in your original example.
Replace:
If Synthesizers.Active.Description Not = "Eloquence" Then
with:
If Not Synthesizers.Active.Description = "Eloquence" Then

Hth,
Tom

----- Original Message ----- From: "Stephen Clower" <[EMAIL PROTECTED]>


jeff weiss wrote:
What is the not equals symbol in vb script?
I want to use it in this line:
If Synthesizers.Active.Description Not = "Eloquence" Then


Use
If Synthesizers.Active.Description <> "Eloquence" Then
...
End If

Best,
Steve




__________ Information from ESET NOD32 Antivirus, version of virus signature database 3669 (20081207) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



Reply via email to