[thelist] Data Shaping and Count

Ken Schaefer Ken at adOpenStatic.com
Tue May 10 23:01:15 CDT 2005


Be careful here. Are we talking about VBScript or Jscript? Or PerlScript?
Etc.

Cheers
Ken

--
www.adOpenStatic.com/cs/blogs/ken/ 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: thelist-bounces at lists.evolt.org [mailto:thelist-
: bounces at lists.evolt.org] On Behalf Of Joshua Olson
: Subject: RE: [thelist] Data Shaping and Count
: 
: > -----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".



More information about the thelist mailing list