Oh - you were trying to include multichar delimiters. That was added
in CF9. But you aren't using a multichar delim so you don't need it.

On Fri, Apr 27, 2012 at 10:14 AM, Raymond Camden
<raymondcam...@gmail.com> wrote:
> Um... so why did you provide 4 arguments?
>
> On Fri, Apr 27, 2012 at 10:11 AM, Keith McGee <kpmc...@frontiernet.net> wrote:
>>
>> I tried this
>>
>>  <cfset arr = listToArray (filename, "/",false,true)>
>>
>> received this error
>>
>> Parameter validation error for the LISTTOARRAY function.
>> The function accepts 1 to 3 parameters.
>>
>> The error occurred in repositoryView.cfm: line 14
>>
>> 12 :                    <cfif right(downloadFilename, 3) eq 'htm'>
>> 13 :
>> 14 :             <cfset arr = listToArray (filename, "/",false,true)>
>>
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350854
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to