Is there an issue with multiple return values when using call()? This statement returns nothing.
debugPrintln(call("Builtin/builtinStoch.efs"));
I am successfully using call() with single return values. When calling efs that return arrays, I am running up against problems. Trying to figure out if I am using the function incorrectly or it is a limitation of call().
Thanks.
debugPrintln(call("Builtin/builtinStoch.efs"));
I am successfully using call() with single return values. When calling efs that return arrays, I am running up against problems. Trying to figure out if I am using the function incorrectly or it is a limitation of call().
Thanks.
Comment