|
From: Jacob G. <jac...@gm...> - 2014-12-08 12:25:11
|
Thanks for the tips.
On Sun Dec 07 2014 at 8:48:29 PM Ethan A Merritt <EAM...@gm...>
wrote:
> files = "one two three four"
>
> do for [name in files] {
> stats name.'.txt' using 1 prefix name
> }
I get an "illegal prefix" error when I try this. It seems like it doesn't
like taking the prefix from a variable, but I can't find any discussion of
this on the web.
Any ideas?
Jake
|