September 1, 201015 yr I am trying to create a script that takes a value list, loops through each item in the value list, gets the value of the item, and then performs a find for that item. I am having difficulty find the functionality or a custom function that will accomplish this for me. Basically, what I want the script to do is get the total amount of items in a list (done this, this is easy), go to the first item, get the value of the first item, loop through and get the value for each remaining item, and then exit upon reaching the last item. I found one CF on Brian Dunnings website that seems to be what I want but I can't get it to work; it just returns a 0 value no matter what I put into it. http://www.briandunning.com/cf/989
September 1, 201015 yr Author Welp never mind, I missed the getValue command and that's exactly what I need...
Create an account or sign in to comment