Hi Alan,
On 2019/07/01 10:46, Alan Bourke wrote:
The nature of .NET sort of removes the need for this but you have ExpandoObjects and Reflection should you really want to. The System.Dynamic namespace.
This is true and I have removed a lot of my macros used in Visual Objects by use of Reflection. There are however cases that I cannot get passed using macros.
This is also true for X# having xsScript if you prefer to stay with an XBase style script engine