2004-10-29

telophase: (gojyo screw you // yomigaere)
2004-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.