I have several variables named as #mail3#, #mail4#, etc..
I can't invoke them by their name, because they are a lot, and I can't know how many of them I will have, although I allways know how many they are by another variable. So I see the solution is making a <cfloop> calling them by something like mail#index#, but it does not work, because coldfusion doesn't return the value of the variable, instead it returns just the string "mail" followed by the number supossed to be the index.. any ideas??
I can't invoke them by their name, because they are a lot, and I can't know how many of them I will have, although I allways know how many they are by another variable. So I see the solution is making a <cfloop> calling them by something like mail#index#, but it does not work, because coldfusion doesn't return the value of the variable, instead it returns just the string "mail" followed by the number supossed to be the index.. any ideas??