I am using the call() function access a custom .efs file.
I am currently using the call() to return the value of single variable. Like:
var LLMA_Prev = call("/EDs Formulas/LLMA-Fn-C.efs", 30, -5);
This works great.
I would like to retrieve the value of a second variable from
LLMA-Fn-C.efs.
QUESTION:
How do you retrieve two variable values from a call()'ed
function?
Thanking you in advance,
Ed Hoopes
[email protected]
I am currently using the call() to return the value of single variable. Like:
var LLMA_Prev = call("/EDs Formulas/LLMA-Fn-C.efs", 30, -5);
This works great.
I would like to retrieve the value of a second variable from
LLMA-Fn-C.efs.
QUESTION:
How do you retrieve two variable values from a call()'ed
function?
Thanking you in advance,
Ed Hoopes
[email protected]
Comment