Bad File Exception
Bad File Exception
Request/cfinnc/example5a.cfm

TypeTemplate
MessageExpression Error
PositionLine=12; Column=18
DetailProblem occurred while parsing: out &= i
Extended InfoEncountered "=". Was expecting one of: "DOES" ... "CONTAIN" ... "GREATER" ... "THAN" ... "LESS" ... "VAR" ... "NULL" ... <INTEGER_LITERAL> ... <FLOATING_POINT_LITERAL> ... <STRING_LITERAL> ... <BOOLEAN_LITERAL> ... <IDENTIFIER> ... "(" ... "#" ... "+" ... "-" ...
Source
9 : <cfset startTime = Now().getTime()>
10: <cfset out = "">
11: <cfloop from="1" to="10000" step="1" index="i">
12:   <cfset out &= i>
13:   <cfset out &= "," & Now().getTime()>
^ Snippet from underlying CFML source

BlueDragon Time @ Server: 01:42:14.107 Saturday, 4 February 2012