(no subject)
Oct. 29th, 2004 04:53 pmWould 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.
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.