Great, that clears things up. Much appreciated. Tom
> -----Original Message----- > From: Stefan Bodewig [SMTP:[EMAIL PROTECTED]] > Sent: 22 January 2002 16:51 > To: [EMAIL PROTECTED] > Subject: Re: Switches in Java > > On Tue, 22 Jan 2002, Tom Callaghan <[EMAIL PROTECTED]> > wrote: > > Is a switch followed by an argument counted as one, or are they both > > separate? > > Depends on whether you use the value or the line attribute. > > <arg value="-port" /> > <arg value="7002" /> > > is equivalent to > > <arg line="-port 7002" /> > > and makes two arguments from it. On the other hand > > <arg value="-port 7002" /> > > would make it a single argument. > > Stefan > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
