Calling a variable with a variable in its name - coldfusion?
问题 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 unique SKU, if you're wondering about application) I've narrowed it down to this chunk of code, which throws an "Invalid Expression" error when I try and run it. <cfif FORM["QTY_" & SKU] NEQ ''> <div class="sopQty"><input type="number" min="0" name="QTY_#SKU#" value = "#FORM['QTY_' & SKU]#" /></div> <cfelse> <div class=