I found that ExecuteFunction_Multiplatform supports ref parameters, but CheckFunction_Multiplatform does not. Is this something you could add?
Thanks,
Tim
PS: It looks like it will be quite easy to copy the code from ExecuteFunction_Multiplatform (parameterIsByRef etc.) So I can probably already make the change myself, so I won’t need to wait for the next version. Anything I need to know before I attempt that?
Indeed it does not. Like you said, it’s prety much a copy/paste of the functionality from ExecuteFunction. I’ve just made the changes since it’s a good change anyways, and have attached the new CheckFunction_Multiplatform for you here 🙂