Page 1 of 1

multiple commands

Posted: Thu Sep 11, 2008 10:20 am
by pkalva
Hi,

I want to put 2 files within the same output field like

=put("file","abc.txt", package(in1))
put("file","xyz.txt", package(in2))

is there any way can we do this?

help need

Posted: Fri Sep 12, 2008 7:29 am
by jvmerc
try

=put("file","abc.txt", package(in1)) +
put("file","xyz.txt", package(in2))