May 11, 201015 yr Is is possible to pass a parameter to the script you are performing using fmpro.performScript?? If so, how?
May 11, 201015 yr fmpro.performScript( "fileName", "scriptName", "parameterString" ); I'll make a note to add and example with parameters to the ScriptMaster file.
May 12, 201015 yr Author Thank you Valentin Easy, and in fact blindingly obvious, when you know how...
May 12, 201015 yr fmpro.performScript( "fileName", "scriptName", "parameterString" ); I'll make a note to add and example with parameters to the ScriptMaster file. Actually I am wondering if it is possible to write an API guide like other java classes for the fmPro object, unless evaluate(fmcalculation), performScript(fileName, scriptName [ , paramString ]) and merge(template) are the only methods worth considering, in that case it is already done -)
Create an account or sign in to comment