Should this return some value depending on the state of the EFS Settings checkbox labelled "Make all formulas compute on close (rather than tick-by-tick)"?
var SCOC = setComputeOnClose();
debugPrintln(SCOC);
I am getting a null value in the Formula Output window regardless of the checkbox setting.
var SCOC = setComputeOnClose();
debugPrintln(SCOC);
I am getting a null value in the Formula Output window regardless of the checkbox setting.
Comment