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]>
