Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 12/17/2014
Components: General Server
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Mac 10 All
Vote Count: 0
While listEach works, I could have sworn this worked - in fact, I'm pretty darn sure it did - I had it in a presentation:
names = "Ray,Scott,Todd,Dave";
names.each(function(n,i) {
writeOutput(n);
if(i < n.len()) writeOutput(", ");
});
Now it throws an error.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3911221
External Customer Info:
External Company:
External Customer Name: cfjedimaster
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: