Ok, so I am assuming that #aMyUrls[3][i]# is not a datetime value. Is this correct? If so that is your problem.
Doug B. ----- Original Message ----- From: "Ioannis Papanikolaou" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Thursday, November 02, 2006 2:11 AM Subject: Re: *.dateLastModified -- could not convert to a date > >Actually, do not try that. It will not work. BRAIN FART!! >> >> >> >>If you output to the screen >> >><cfoutput> >>#aMyUrls[3][i]#" >></cfoutput> >> >>What do you get? >> >>----- Original Message ----- >>From: "Doug Brown" <[EMAIL PROTECTED]> >>To: "CF-Talk" <[email protected]> >>Sent: Wednesday, November 01, 2006 5:56 PM >>Subject: Re: *.dateLastModified -- could not convert to a date >> >> >>> > Hi, > The value #aMyUrls[3][i]# takes strings from an array which I use for > naming. As far as the loop keep going it is gong to take different names. > When I try to output the result as you suggested it takes the first name > on the array as it should. (The loop doesn t go further on as it results > an error. > > <cfset aMyUrls[3][1] = "InGrrdf"> > <cfset aMyUrls[3][2] = "Bbcrdf"> > .............................. > <cfset aMyUrls[3][n] = "n"> > > the above naming is refearing to files on the server which I need to > delete if the system detects that they are more than 15 minutes old. > > I can send you the whole loop to have a better idea if you wish. As I said > this is my first application I am building with CF and it is probably just > a newbe mistake. > thanx > Ioannis > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258821 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

