Believe it or not... The fastest way to do a lookup of a value is NOT using
a list or an array, but a structure (which is probably how it should be)!

It does not matter what the structure key is, because you can do:

Structfindvalue(structure, value)

And this is consistently quicker than listfind(list, value) or looping over
an array to check the value stored in it!

Paul



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to