<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Swift-user] multiple files for each app call</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Ok.<BR>
<BR>
thanks,<BR>
Erin<BR>
<BR>
<BR>
Erin M. Hodgess, PhD<BR>
Associate Professor<BR>
Department of Computer and Mathematical Sciences<BR>
University of Houston - Downtown<BR>
mailto: hodgesse@uhd.edu<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Ben Clifford [<A HREF="mailto:benc@hawaga.org.uk">mailto:benc@hawaga.org.uk</A>]<BR>
Sent: Mon 6/15/2009 9:01 AM<BR>
To: Hodgess, Erin<BR>
Cc: swift-user@ci.uchicago.edu<BR>
Subject: Re: [Swift-user] multiple files for each app call<BR>
<BR>
On Mon, 15 Jun 2009, Hodgess, Erin wrote:<BR>
<BR>
> Would this be appropriate for an array of files, please?<BR>
<BR>
You can return an array or a structure; or you can return multiple return<BR>
parameters from a procedure.<BR>
<BR>
An array makes sense if the files are named numerically, for example<BR>
a0001.txt a0002.txt, ...<BR>
<BR>
To return multiple files, you can declare multiple return values from a<BR>
procedure like this:<BR>
<BR>
(file a, file b)  myproc() {<BR>
...<BR>
}<BR>
<BR>
--<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>