Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)
Created: 03/31/2016
Components: Language
Versions: 11.0
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Minor / Few users will encounter
Locale/System: English / Win All
Vote Count: 0
Problem Description:
ArrayToList(arguments) works, but arguments.toList() does not exist.
Steps to Reproduce:
function argList () {
return arguments.toList();
}
argList(123,456,789);
Actual Result: toList not found
Expected Result:"123,456,789"
Any Workarounds:
use arrayToList(arguments) instead.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4134200
External Customer Info:
External Company:
External Customer Name: Henry Ho
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: