telophase: (gojyo screw you // yomigaere)
telophase ([personal profile] telophase) wrote2004-10-29 04:53 pm

(no subject)

Would someone PLEASE tell me why

     IF NOT strEventType = "Absence" THEN
          [blah]
     END IF

produces [blah] for all occurences of strEventType, whether it's full of "Absence" or "Meeting" or what, yet

     IF strEventType = "Absence" THEN
          [blah]
     END IF

skips over the IF statement for everything, whterh strEventType is "Absence" or "Meeting" or what?

Telophase no understand VBScript IF statements. Telophase want PHP back.

Post a comment in response:

This account has disabled anonymous posting.
(will be screened if not validated)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting