contents   index   previous   next



seExec

 

syntax:

   boolean

SEContext.seExec();

where:

None

 

return:

true if there are more statements to execute, false when the seEval is completed.

 

description:

This routine executes one script statement from a script started with seEval using the SE.START option. When the eval is completed, the return value will be stored in the SE.RETURN object.

 

see:

seEval, seEnd

 


seEnd