contents   index   previous   next



seEval

 

syntax:

   sebool

seEval(secontext se,

       void *to_interpret,

       int interp_type,

       seconstcharptr text_args,

       seobject stack_args,

       uword32 flags,

       struct seEvalParams *params); 

where:

se the context to execute in

 

to_interpret the script or function to execute

 

interp_type what the to_interpret parameter is

 

text_args arguments as a text string

 

stack_args arguments on a stack seobject

 

flags options on how to eval

 

params eval params

 

return:

A boolean, TRUE if the evaluation was successful

 

description:

See “Using seEval” in the chapter “Script Execution Topics” for details on using the seEval ScriptEase API call.

 

see:

seExec, seEnd

 


seExec