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 run it, it states that it cannot convert Len("string"
to a number.
Doesn't Len return a number?
Thanks
Ryan [sig][/sig]
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 run it, it states that it cannot convert Len("string"
Doesn't Len return a number?
Thanks
Ryan [sig][/sig]