RE: Finding an element in an array

2000-08-04 Thread Philip Arnold - ASP
Yeh thought so..thanks for confirming. Bit naff don;t you think?why haven't allaire supported this for arrays but have for Structs and Lists? The Array functions are fairly limited, purely because the way arrays are stored; Two dimensional arrays are arrays within each element of the

RE: Finding an element in an array

2000-08-03 Thread Philip Arnold - ASP
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

RE: Finding an element in an array

2000-08-03 Thread Andy Ewings
: Finding an element in an array 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

RE: Finding an element in an array

2000-08-03 Thread Norman Elton
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

RE: Finding an element in an array

2000-08-03 Thread Olive, Christopher M Mr NMR
struct[n] in an ordered manner. that is also why there is a "search". this is only from a programming theory standpoint. Chris Olive, DOEHRS Website Administrator -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 03, 2000 10:58 AM To: '[E