try
put "find.something" into myfindcmd
shell(quote&myfindcmd&quote)

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
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, PA 15234 412-885-8541

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to