RunProcedure

<< Click to Display Table of Contents >>

 

RunProcedure

RunProcedure(ProcedureName, [Arguments])

Executes the script or scripts linked to the procedure or function indicated by the ProcedureName parameter, which must be a String. The Arguments parameter is optional and must be used in cases where the procedure or function needs arguments. These arguments must be separated by commas. This method fails if the indicated procedure or function does not have any script to execute. This method returns a value in the cases where the function indicated by the ProcedureName also returns a value.

Was this page useful?