Hi,
I am trying to use cfloop to iterate through the characters of a string one at a time. I would like to start at the first character and go to the last character in the string.
I used "Len(string)" to get the length of the string, and placed that expression after TO =. When I...