Go stack

J. Landman Gay jacque at hyperactivesw.com
Tue Mar 19 19:29:05 EST 2002


andu wrote:
> 
> Someting like this works:
> 
> on startup
> put 1 into z
> put 2 into f
> start using "data"
> getData z,f
> put the result into tResult
> stop using "data"
> put tResult
>  end startup
> 
> Stack "data" (data.mc same directory with the script) script:
> 
> on getData x,y
>   return x+1 && y+2
> end getData

Thanks. I can't get this to work either though. File permissions for the
stack are 755, but I can't seem to change the owner. Right now I own it,
but does root have to own it? I've tried via terminal and via a utility
to set the owner to root without success. I was able to set the owner of
other files in the same folder to root without any trouble. Does it matter?

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the metacard mailing list