I've tried that but the studies won't work in version 11.
I'm getting the following error : "C:/Documents and Settings/Shane/My Documents/Interactive Data/Formulas/W!z4rd/Full Cross.efs, line 9: Error: Parameter number 2 of function FunctionParameter is invalid". I don't get any errors in 10.6.
I've attached the file.
s_b
There are two issues that I can see.
The first one [which is the one referenced in your error message] is a syntax error in the usage of the FunctionParameter type ie FunctionParameter.Number should be FunctionParameter.NUMBER
Keep in mind that JavaScript is a case sensitive language and even though 10.6 ignores this syntax error that is actually an incorrect behavior that version 11 fixes.
The second issue is that version 11 is not allowing [at least in its current iteration] the use of the FunctionParameter object outside of the preMain function so to resolve this you need to move all your FunctionParameter[s] inside preMain.
Alex
Originally posted by s_b Hi Alex,
I've tried that but the studies won't work in version 11.
I'm getting the following error : "C:/Documents and Settings/Shane/My Documents/Interactive Data/Formulas/W!z4rd/Full Cross.efs, line 9: Error: Parameter number 2 of function FunctionParameter is invalid". I don't get any errors in 10.6.
I've attached the file.
Comment