How is your list stored?  If it's a query (from CFDIRECTORY) use a
query of queries.  If it's a comma-delimited list, use listFind.  If
it's an array, use myArray.indexOf() + 1 (or listFind(arrayToList())).

On Wed, Jul 8, 2009 at 10:07 AM, RamaDevi Dobbala<ramadobb...@gmail.com> wrote:
>
> Hi Dudes,
>
> can anyone suggest me, how to find a particular file from the list of file 
> names.
>
> ..Rama
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324342
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to