Hey,
So my problem is that I would like to avoid declaring hundreds of params manually, even if I can do so by grouping them by name and menu directly in the .grid file. What if I need to add another parameter in the future etc?
What I had hoped was possible was that I could do something like only passing the data through dashboard. For example:
Declare local vars
Read param for the selected team
Parse data from XML with XPath and store the team data in local vars
Export an new XML file that is read through datalinq, but generated through code
Something like that would mean Dashboard would only need to have declared params for the actual team string arrays. But even if I would like to keep everything a param in the .grid there's no way for me to declare and maintain groups of params as far as I'm aware, similar to how you would declare a struct in most programming languages.
My question is mostly an inquiry to make sure I'm not missing some obvious function.
Thanks
#DashBoard