execute_string(str,arg0,arg1,...) Execute the piece of code in the string str with the indicated arguments.
execute_file(fname,arg0,arg1,...) Execute the piece of code in the file with the indicated arguments.
Sometimes you want to store a script index in a variable and execute it. For this you can use the following function
script_execute(scr,arg0,arg1,...) Execute the script with index scr with the given arguments.
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |