Hi Alexis,
In the enclosed script, I am trying to pass different values to an efsExternal reference which is giving me an error reading. If I call this: efsExternal("/Library/SchirdingStoch.efs") all is well. But if I try this : efsExternal("/Library/SchirdingStoch.efs",7,3,3), it is looking for two more parameters, one of which gives an error reading of: "Parameter #1 setDefaultBarThickness is invalid", and if I add that parameter to the efsExternal call (("/Library/SchirdingStoch.efs",7,3,3,1), I get the error reading of : "Parameter #1 of Function setDefaultBarColor is invalid". It seems I can't pass this last parameter. I tried null and "", but I still get the error message.
Can I not change the parameter values this way by adding the new parameters such as: (("/Library/SchirdingStoch.efs",7,3,3)??
I'm still learning the ins and outs of the call functions. Any help would be appreciated.!!!!
angelo
In the enclosed script, I am trying to pass different values to an efsExternal reference which is giving me an error reading. If I call this: efsExternal("/Library/SchirdingStoch.efs") all is well. But if I try this : efsExternal("/Library/SchirdingStoch.efs",7,3,3), it is looking for two more parameters, one of which gives an error reading of: "Parameter #1 setDefaultBarThickness is invalid", and if I add that parameter to the efsExternal call (("/Library/SchirdingStoch.efs",7,3,3,1), I get the error reading of : "Parameter #1 of Function setDefaultBarColor is invalid". It seems I can't pass this last parameter. I tried null and "", but I still get the error message.
Can I not change the parameter values this way by adding the new parameters such as: (("/Library/SchirdingStoch.efs",7,3,3)??
I'm still learning the ins and outs of the call functions. Any help would be appreciated.!!!!
angelo
Comment