On Wed, 11 Sep 2002, Alan Wilter Sousa da Silva wrote:

> On Tue, 10 Sep 2002 [EMAIL PROTECTED] wrote:
> 
> > You can use GETARG to grab the command line parameters.
> 
> Thank you very much but how can I use it?  Is it a command (didn't find
> in my box)? Or is it a argument of a command?

It should be part of the standard extensions. 
C  Example of GETARG
      CHARACTER outfile*40
          CALL getarg(1,outfile)
          OPEN(51,FILE=outfile)
          WRITE(51,*) 'Here is some text.'

      END


The above works with g77 included with Mdk8.2.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to