contents   index   previous   next



seEval

 

syntax:

   boolean

SEContext.seEval(Object to_interpret,

                 int interp_type,

                 String text_args,

                 SEObject stack_args,

                 int flags,

                 SEEvalParams params); 

where:

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