Skip to content

Instantly share code, notes, and snippets.

@vikaskanani
Created February 7, 2020 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vikaskanani/d3ee70088a79f2ac711616319983f286 to your computer and use it in GitHub Desktop.
Save vikaskanani/d3ee70088a79f2ac711616319983f286 to your computer and use it in GitHub Desktop.
arrayslice should not give error
<cfscript>
myarray = ["one","two","three","TWO","five","Two"];
res = myarray.slice(5,10);
writedump(res);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment