Quantcast
Viewing all articles
Browse latest Browse all 21760

Re: how to use list function in CF

<cfset a = "2009 Master Calendar  (4.2.09).xls">

<cfset b = len(listlast(a,'.'))>

<cfset c = left(a,len(a) - b - 1)>

<cfoutput>#c#</cfoutput>


Viewing all articles
Browse latest Browse all 21760

Trending Articles