CFLoop Condition
For a CFLoop, I want to set the condition so that the loop will run if there is any "step" in the text I am itterating over. I wrote:
<cfloop condition = FindNoCase("step",Code)>
.....
</cfloop>
I am getting an error that says:
Just in time compilation error
Invalid token found on line 45 at position 30. ColdFusion was looking at the following text:"
Whats wrong with what I have done?
