[thelist] Classic ASP: Someone else's code

Jay Blanchard jay.blanchard at THERMON.com
Tue Nov 22 11:57:59 CST 2005


[snip]
if trim(Contact_First_x) & "" <> "" AND trim(Contact_Last_x) & "" <> "" then
[/snip]

if all of the whitespace is removed from Contact_First_x & blank are not
equal to blank

AND

all of the whitespace is removed from Contact_Last_x & blank are not equal
to blank

do something

is what this appears to be.




More information about the thelist mailing list