|
|
|
|
version 2003
PA_ExecuteFunction (toExecute; len) → PA_Variable
| Parameter | Type | Description | |
| toExecute | char * | → | Text of the statement to execute |
| len | long | → | Length of toExecute |
| Function result | PA_Variable | ← | Function result |
Description
The routine
PA_ExecuteFunction
allows the 4D plug-in to compute and evaluate any 4th Dimension expression that returns a result. For statements that do not return a result, use
PA_ExecuteMethod
.
toExecute
is the statement to be executed,
len
is its length.