shell(find)
Thomas McGrath III
3mcgrath at adelphia.net
Tue Mar 30 14:30:03 EST 2004
try
put "find.something" into myfindcmd
shell(quote&myfindcmd"e)
or
put quote&"find.something"&qoute into myfindcmd
shell(myfindcmd)
I don't know
HTH
Tom
On Mar 30, 2004, at 2:14 PM, Zac Elston wrote:
> why does
>
> shell("find . something") work
>
> but
>
> put "find . something" into myfindcmd
> shell(myfindcmd) not work?
>
> i need to find a few different things so I'm trying to loop through a
> list and I get nothing back. but hardcoding the find line works.
>
>
> thanks
> -zac
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
Thomas J. McGrath III
SCS
1000 Killarney Dr.
Pittsburgh, PA 15234
412-885-8541
More information about the use-livecode
mailing list