Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!olivea!orc!inews!iwarp.intel.com!gargoyle!infopls!awol From: awol@infopls.UUCP (Al Oomens) Newsgroups: comp.lang.pascal Subject: Re: Getting the command line args Message-ID: <6kwFs1w163w@infopls.UUCP> Date: 10 Nov 90 21:37:28 GMT References: <1365@netmbx.UUCP> Organization: INFOPLUS support, Wheeling, IL Lines: 9 > what can I do if i have to catch an argument like: > > program 'This should be one long parameter' > > I never solved this problem in Turbo Pascal. > > Any comments? > Use a loop and concatenate each parameter to a string variable?