convert table of input values into 2D array or struct?
Posted
by Henry
on Stack Overflow
See other posts from Stack Overflow
or by Henry
Published on 2010-05-12T03:15:32Z
Indexed on
2010/05/12
3:24 UTC
Read the original article
Hit count: 240
coldfusion
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.
© Stack Overflow or respective owner