I know I can use INCLUDES in an SQL statement, but is there a non-SQL version that can function like it in a conventional VBScript conditional? That is, I want to have a condition that is met when only part of a string matches, like:
[tt]If session("Item1" includes "ABCD" Then . . .[/tt]
when session("Item1" is actually ABCDEFG
Is there such a thing? Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)
[tt]If session("Item1" includes "ABCD" Then . . .[/tt]
when session("Item1" is actually ABCDEFG
Is there such a thing? Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)