Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): James Mohler / ()
Created: 07/11/2018
Components: Documentation, Examples
Versions: 2018
Failure Type: Conflict With Docs
Found In Build/Fixed In Build: 2018_04 Beta documentation / latest docs
Priority/Frequency: Normal / All users will encounter
Locale/System: ALL / Windows 10
Vote Count: 0
Problem Description:
In 3.10 of the Public Beta Guide it shows:
{code:java}
<cfscript>
arr=arrayNew['String'](1);
arr.add("hello");
arr.add("world");
writeDump(arr);
</cfscript>
{code}
Steps to Reproduce:
Go to page
Actual Result:
This should either throw an error. Or work
If it does work, then the documentation reflect this new member funciton
Attachments:
Comments: