[Swift-devel] multiple arguments
Ben Clifford
benc at hawaga.org.uk
Wed May 2 10:02:54 CDT 2007
On Wed, 2 May 2007, Yong Zhao wrote:
> use @filenames(sliced[*].img).
I get this:
Execution failed:
org.griphyn.vdl.mapping.InvalidPathException: Invalid path (*.img)
for type volume
I tried something a little simpler:
type file;
(file out) echo(file n[])
{
app {
echo @filenames(n) stdout=out;
}
}
file f[] <fixed_array_mapper;files="a b c">;
file out;
out=echo(f);
but that hangs...
oof.
--
More information about the Swift-devel
mailing list