Oct. 29th, 2004

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

Expand Cut Tags

No cut tags