|
|
|
Xp_compile
Returns a compile expression
from an ascii string expression.
| pCExpr = Xp_compile (str) |
| Dir |
Type |
Par |
Description |
| in |
TCHAR* |
str |
An ascii string expression. |
| return |
int* |
pCExpr |
Compiled expression. 0 if none. |
Notes:
Example:
Sample Code,
Ex305b
Related:
Xp_AStrsToAry_r,
Xp_compile,
Xp_execute,
Xp_process_r
|