On Wed, 21 Jul 2004 16:34:12 -0500, Raymond Camden <[EMAIL PROTECTED]> wrote:
> 
> > 2. the ability to use <cfset var x =
> > ...> anywhere instead of just at the top of the function so
> > you could declare variables at their first use
> 
> This may be applied, but also being able to use var in cfscript syntax...
> 
> <cfsript>
>         for(var i = 1; i lte 9; i++) {
>         etc
> 

To compound the annoyance, I think your sample has a bug in it...it
should be i=i+1 instead of i++. However, I'd love to be able to use
the syntax that every other language I know of uses:

for (var i = 1; i <= 9; i++) {
etc
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to