Wednesday, February 26, 2014
Max Number in List (Solution)
<cfset myList = "1,3,1,2,5,2,2,3,2,3,4"> <cfset maxNum = ArrayMax(ListToArray(myList))>
credit: bytes.com
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment