On 3/30/04 11:14 AM, "Zac Elston" <[EMAIL PROTECTED]> 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.

What happens if you use:

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

Scott Rossi
Creative Director
Tactile Media, Development & Design
-----
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

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

Reply via email to