L
Laura Stern
Guest
As everyone has already said, if Test is a method in class A, not a function in a procedure, then using DYNAMIC-FUNCTION("Test" in Handle-A ) should NOT work Don't know how it was working before - probably an accident. You really need to use DYNAMIC-INVOKE instead, as Mike said. We don't want to go back to making something work when it really makes no sense.
Continue reading...
Continue reading...