Thanks for the quick response. Understand about the priorities.
Spent time today looking through material on dynamic objects and IronPython (looked at F# a while back). Any of these would seem to entail more of a learning curve than I can take on right now, so will probably brute force my way through.
Interestingly, in the VS debugger, typing the variable name of a SymbolicExpression (e.g. "result") followed by ", dynamic" (e.g. "result, dynamic") in the Watch list displays a sub-tree of names that make sense (e.g. 'fcast', 'model') ... but can't find a way to access them programatically.
Spent time today looking through material on dynamic objects and IronPython (looked at F# a while back). Any of these would seem to entail more of a learning curve than I can take on right now, so will probably brute force my way through.
Interestingly, in the VS debugger, typing the variable name of a SymbolicExpression (e.g. "result") followed by ", dynamic" (e.g. "result, dynamic") in the Watch list displays a sub-tree of names that make sense (e.g. 'fcast', 'model') ... but can't find a way to access them programatically.