Functions-m-r Functions-s Functions-t-z ColdFusion tags CFML Reference Cloud services Description Appends an array element to an array. Concatenates arrays when the merge argument is set to true and the value argument is an array.Returns
Array functions, Decision functions Function syntaxIsArray(object [, number ])See also Array functions; Modifying a ColdFusion XML object in the Developing ColdFusion Applications History ColdFusion (2018 release): Introduced named parameters. ColdFusion MX: Changed behavior: if the value parameter contai...
I think I found a bug in the way that ColdFusion 8 handles CFLoop array iteration and XML nodes. I was working with some XML over the weekend (yeah baby, I DO know how to fully take advantage of the holiday weekend!) and was doing some simple XML node iteration like this:<!--- ...
To begin with, let's cover how you can access a query object as a structure. Once you see this, you might realize that no conversion is needed at all. The ColdFusion query object can be accessed directly like a structure of arrays: <cfsetstrValue=qRecords[COLUMN_NAME][ROW_NUMBER]/> ...
a = getComponentMetadata("path.to.some.component").functions; writeOutput(a.getClass().getName() & ""); a2 = createObject("java", "java.util.Arrays"); writeOutput(a2.getClass().getName() & ""); a3 = a2.asList(a); writeOutput(a3.getClass().getName() & ""); a4 = createO...
AirFunctionsHelperAlertAlertAccImplAlertAutomationImplAlertFormAutomationImplAnimateAnimateColorAnimateColorInstanceAnimateFilterAnimateFilterInstanceAnimateInstanceAnimatePropertyAnimatePropertyInstanceAnimateTransformAnimateTransform3DAnimateTransformInstanceAnimateTransitionShaderAnimateTransitionShaderInstanceAnimationAnimatorAnimator3D...
( http://livedocs.adobe.com/coldfusion/8/functions_a-b_12.html) However... I reiterate: you're better off not putting the blank records in in the first place. Work out why it's happening, and fix THAT. -- Adam Votes Upvote Translate Translate Report Report Reply cf_dev2 Guide...
(MysqlIO.java:1354) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1667) at com.mysql.jdbc.Connection.execSQL(Connection.java:2273) at com.mysql.jdbc.Connection.execSQL(Connection.java:2204) at com.mysql.jdbc.Statement.execute(Statement.java:868) at coldfusion.server.j2ee.sql.JRun...
Functions-e-g Functions-h-im Functions-in-k Functions-l Functions-m-r Functions-s Functions-t-z ColdFusion tags CFML Reference Cloud services value Value to search for in the array. callback Inline function executed for each element in the array. Returns true if the array elements match the...
ColdFusion (2018 release) Update 5: Added the function.ParametersParameter Required/Optional Description array Required Array in which at least one element is to be searched. callback Required Function to encapsulate the criteria. parallel Optional True if you want to enable parallel program...