The CFML SetVariable() function can be used to set variables, even variable names constructed dynamically – for example, if i were 2, SetVariable(“item” & i, 10) would set variable item2 to 10. But in newer versions of ColdFusion this function is not needed,
Leave a Reply