Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Does ListFind look for partial matches?

New Here ,
Jun 11, 2008 Jun 11, 2008
My problem is I am having issues with it not finding partial matches. For example, the URL I am using is index.cfm?var=update. The page aborts as it should because it found "update" but didn't find "update" in the goodParamValues list. If I do something like index.cfm?var=update_di it should still fail because "update_di" contains "update", but "update_di" isn't a value in the goodParamValues list.

What is a better way to go about this?
359
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jun 11, 2008 Jun 11, 2008
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 11, 2008 Jun 11, 2008
Ahh nevermind. I needed to check to see if the list value contained within the argument, not the other way around. I got it. :)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 11, 2008 Jun 11, 2008
LATEST
You beat me to the reply. I was looking there, but realized by thought process was wrong.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources