coldfusion - Fastest way to convert a "native array" to "array" in Railo? -


i have data in integer[] native array , want perform arrayappend / arraydeletevalue operations on it. i've noticed fails silently in railo 3.3 because native array types fixed length (you can change values not add/remove).

the question can convert native array regular coldfusion/railo array object without doing iteration on it? there kind of built-in function/method or have write own?

i found 1 way. railo_array = arraymerge([], my_native_array). not sure if there's better way.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -