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