Thanks, that did it.
I tried that once, but I spaced between the <> symbols.
Again, thanks.
Jeff Weiss

  ----- Original Message ----- 
  From: Stephen Clower 
  To: [email protected] 
  Sent: Sunday, December 07, 2008 3:09 PM
  Subject: Re: not equals in vbscript


  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

Reply via email to