function ExecuteStdScr

Home  Previous  Next

function ExecuteStdScr(ID : integer) : boolean;

 

Executes the script with the specified number from the “Standard scripts” section. You can view the script numbers in the "Standard scripts" dialog box. The function returns “true” when execution has succeeded or "false" when it returns errors.

 

Example:

 

begin

 ExecuteStdScr(3);

end.