Forum Moderators: open

Message Too Old, No Replies

Quick ASP VB Q

For a person who knows PHP

         

ahmedtheking

4:31 pm on Aug 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just quickly, how can I do this:

(JS or PHP) if $somevar!= "something" (please note the NOT operator) in ASP? Using if someVar!= "" doesn't work, nor does if someVar not ""

Any help?

sunpost

4:36 pm on Aug 8, 2007 (gmt 0)

10+ Year Member



try <>

[msdn2.microsoft.com...]

ahmedtheking

5:52 pm on Aug 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Nice one! You've got to love MS, everyone understands "!"

sunpost

6:11 pm on Aug 8, 2007 (gmt 0)

10+ Year Member



must be for backward compatibility ;)

10 PRINT "HELLO WORLD!"
RUN