tracker issue : CF-3684206

select a category, or use search below
(searches all categories and all time range)
Title:

arrayEach() doesn't work in tags

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)

Created: 12/13/2013

Components: Language

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win XP All

Vote Count: 0

Duplicate ID:	CF-3648781

Repro code:
<cfset a = [1,2,3,4]>
<cfset arrayEach(a, function(e){writeOutput(e);})>

This should output 1234.

It errors with:

Invalid CFML construct found on line 2 at column 32.

ColdFusion was looking at the following text:
{

It works fine on Railo.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3684206

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name: Adam Cameron.
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

Closing as duplicate of bug CF-3648781
Comment by Immanuel N.
13838 | January 22, 2014 08:27:46 AM GMT