wwEval::Execute

Executes a block of code using ExecScript() providing exception handling and error information.

o.Execute(lcCode)

Parameters

lcCode
Code to execute.

Remarks

If you need to 'pass or return parameters' to the code you can use PRIVATE variables to pass the data into the the executing code. PRIVATE variables are updated by reference so the updated values also come back to you.


See also:

Class wwEval

© West Wind Technologies, 1996-2024 • Updated: 08/22/06
Comment or report problem with topic