allows developers to create several types of loop, including a range loop (FROM a value TO a value). The values passed to FROM and TO may be any expression, but pay special attention when you use expressions that could change mid-loop - ColdFusion will ignore any new values and will only evaluate the expression once before the first iteration. (Applies to: ColdFusion All)
No comments yet
Leave a Comment