Hi,

I am trying to launch a process (defined inside a method), and I'm getting
troubles.
It seems that I can easily JOB a routine, but if it's a method things don't
work.

The documentation says that you can use a label, and always talks about
routines, but this seems not to be true if you are inside a class method,
for example this JOB call produces a <NO LINE> error :

ClassMethod JobTest()
{
     w "I'm in jobtest"
     JOB childprocess
     q
childprocess
 ;     do anything
 ;    (...)
    q
}

Is there a way to spawn a child process with code inside the current method,
(or another method, even better) ?
We need a method because the code needs to be inherited by other classes.

Thanks in advance,
Max





Reply via email to