No Shell on OS X?
Klaus Major
klaus at major-k.de
Sun Sep 7 05:44:01 EDT 2003
Hi Brian,
> Hi Folks,
>
> I am trying to use the shell() function on OS X (Rev 2.1, OS X 10.2.6)
> and am getting the following error:
>
> Handler: can't find handler
> Object: Button 1
> Line: shell("ls -l")
> Hint: shell
>
> Does anyone have any ideas why this will not work?
The correct syntax is:
put shell("ls -l") into fld 1
or
get shell("ls -l")
etc...
Hope that helps...
> Thanks, Brian
Regards
Klaus Major
klaus at major-k.de
www.major-k.de
More information about the use-livecode
mailing list