You could always convert the array to a list (ArrayToList), then use
ListFind...

Norman Elton

On Thu, 3 Aug 2000, Philip Arnold - ASP wrote:

> > Can anyone tell me if it is at all possible to get CF to find an
> > element in
> > an array?
> > I know you use ListFind and StructFind for lists and structures
> > respectively
> > but don;t know how to do it with an array.
> >
> > I have a 2-dimensional array so can't use the ArrayToList
> > function and then
> > do a ListFind...is this correct? what happens if you try to convert a
> > multidimensional array into a list?
> 
> You're gonna have to do it the hard way - loop through the array and check
> each line
> 
> Philip Arnold
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
> 
> "Websites for the real world"
> 
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
> 
> 
> ------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
> 

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to