ZS,
You are using no namespace for recent classes, best to stick with ZS namespace in future.
Platform would run .Net static or instantiated methods, assuming arguments can be coverted from Primitive. There are bugs in the argument List handling.
Debug this, that I would expect to work:
You are using no namespace for recent classes, best to stick with ZS namespace in future.
Platform would run .Net static or instantiated methods, assuming arguments can be coverted from Primitive. There are bugs in the argument List handling.
Debug this, that I would expect to work:
Code:
Stack.PushValue("args",2024)
Stack.PushValue("args",7)
daysInJuly = ZSPlatform.InvokeStaticMethod("System.DateTime","DaysInMonth","args")
TextWindow.WriteLine(daysInJuly)