I would like to have the option to turn a standard 2D Table Control into a 1D Table with just one column and a 1D Array output.
The reason for this is because Tables are very user friendly when it comes to adding/editing items at runtime, but sometimes we only have one column of data. The Listbox control does have a 1D output (using ItemNames), but it needs extra coding to handle runtime additions/editing and even then it's still not as user friendly compared to the Table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.