If I do a syntax check on an efs with the following lines:
I get the following output in the Formula output window.
Is the Runtime root correct? I would have expected it to be C:\Program Files\eSignal\
Steve
PHP Code:
debugClear();
debugPrintln("Runtime Root is: "+getRuntimeRoot());
debugPrintln("Formula Root is: "+getFormulaRoot());
debugPrintln("Formula Output Root is:"+getFormulaOutputRoot());
debugPrintln("Sound File Root is: "+getSoundFileRoot());
Code:
No Syntax Errors Sound File Root is: C:\Program Files\eSignal\Sounds\ Formula Output Root is:C:\Program Files\eSignal\FormulaOutput\ Formula Root is: C:\Program Files\eSignal\Formulas\ Runtime Root is: C:\Program Files\eSignal\FormulaOutput\
Steve
Comment