I was trying to figure out how to use
objfun - my understanding is that - given object interface, method name and parameters - it will call said method and return the result. Except i have no luck pleasing it, it seems to insist on at least 3 arguments (object + interface + method_name?) but even then says "member function not found".
So far the only thing i discovered is YAWRR (Yet Another Way to Reboot Roku):
BrightScript Debugger> ? objfun([], "", "")
Connection closed by foreign host.
Should've made career in test engineering, for things seem to fall apart in my hands w/o even trying.