Hi All,
I'm using the latest version of the platform (Build 12.0.3485). Yesterday all was working fine. Today as soon as I logged in every EFS script on the page returned the same exception:
MACD.efs, line 244: SyntaxError: missing ) after formal parameters
__formulaDesignerAPI.__actionsList["Alert"] = function(alert_id, once_per_bar, text, show_notification, email, sound = "") {
All scripts display the same message with the same line number. Some of them don't even have line 244
Any idea what the problem is?
Thanks
G.
I'm using the latest version of the platform (Build 12.0.3485). Yesterday all was working fine. Today as soon as I logged in every EFS script on the page returned the same exception:
MACD.efs, line 244: SyntaxError: missing ) after formal parameters
__formulaDesignerAPI.__actionsList["Alert"] = function(alert_id, once_per_bar, text, show_notification, email, sound = "") {
All scripts display the same message with the same line number. Some of them don't even have line 244
Any idea what the problem is?
Thanks
G.
Comment