Hello, we are using IronPython embedded into our application to evaluate user defined expression. The "variables" used in the expressions are strongly typed and the results need to be written back into a database.
I know that the return type of a dynamic expression cannot be determined in general. But what would be a pragmatic way to guess the return type of an expression? Thanks, Christian _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com