FEW

Syntax

FEW(filen *[,{filex | #chx}]* [;cmd$])

Location

SMSQ/E

Executes and waits for completion of the job filen, then returns the error code from that job. FEW is a function version of EW and shares its argument list.

Example

retcode = FEW ("win1_XChange_xchange")

Will start Psion XChange in win1_xchange, wait until that job has ended and will then return the error code of that job.

CROSS-REFERENCE

See EW, EXEC_W, JOBS, QUIT.