What about

<cfset temp = StructKeyList(FORM)>

<!--- <cfset temp = REReplaceNoCase(temp,"customregexp","","ALL")> --->

Cheers
Gareth.

barry.b wrote:
> yeah, you're right - that was one of the choices.
>
> (FYI - there is a caveat there: there's a bunch of reserved suffixes
> that won't show up in FORM.fieldnames ... _date and _time are a
> couple)
>
> I was going to look at form.fieldnames as a list to search but I
> really need ListFind() to either return an array of matches or use a
> starting "find" attribute for the next one ...
>
> Hmmm... maybe a regex find within form.fieldnames, return a bunch of
> em?  you've got me thinking now... it's just _gotta_ be faster than
> looping over the FORM scope, surely.
>
> thanx Andrew..
> b
>
> >
>
>   

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to