|
<< 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 when this procedure or function needs arguments. These arguments must be separated by commas. This method fails if this procedure or function does not have any script to execute. This method returns a value in the cases when the procedure or function indicated by the ProcedureName also returns a value.