convert table of input values into 2D array or struct?
- by Henry
What's the easiest way to convert a table of values (2D grid like Excel), into a 2D array or struct in ColdFusion?
Thought of using dot in the name and eval them to become struct, but AFAIK name attribute of input field can only contains alpha numeric and underscore, and first char must be an alpha char.