[thelist] Data Shaping and Count

Joshua Olson joshua at waetech.com
Tue May 10 22:48:24 CDT 2005


> -----Original Message-----
> From: Matt Warden
> Sent: Tuesday, May 10, 2005 11:08 PM

> I cannot recall whether ASP shortcuts conditions. What I mean is:

ASP does not use short-circuit Boolean evaluation.

<%
  If (False AND t) Then
  End If

  Function t()
    Response.Write "abc"
    t = True
  End Function
%>

That code outputs "abc".

<><><><><><><><><><>
Joshua L. Olson
WAE Tech Inc.
http://www.waetech.com/
Phone: 706.210.0168 

Monitor bandwidth usage on IIS6 in real-time:
http://www.waetech.com/services/iisbm/




More information about the thelist mailing list