2 lines
97 B
Text
2 lines
97 B
Text
<cfset testArray = ["apple","orange"]>
|
|
<cfoutput>Array Length = #ArrayLen(testArray)#</cfoutput>
|