| Bad File Exception | |
| Request | /cfinnc/example5a.cfm |
| Type | Template |
| Message | Expression Error |
| Position | Line=12; Column=18 |
| Detail | Problem occurred while parsing: out &= i |
| Extended Info | Encountered "=". 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 |