Calling a variable with a variable in its name - coldfusion?

后端 未结 2 1075
半阙折子戏
半阙折子戏 2021-01-22 10:18

Attempting to use squarebracket notation to reference a dynamic variable. (I\'m looping through a set of product created by a query, creating fields for each tied to their uniqu

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-22 11:05

    Below is also possible (and wont cause an error if the key is not defined).

    
    
      
    
    

提交回复
热议问题