Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>returns a command line parameter</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Returns a command line parameter
------------------------------------------------------------------------------

 Syntax

        GT_environ(<nPos>) --> cVar

 Arguments:

      <nPos>  -   The position in the environment list

 Returns:

      cVar    -   The environment variable

 Description:

     Get an environment variable specified by it's position in the
     environ table by reading the C startup variables

 Examples:

      local i

      for i := 0 to GT_EnvCount()
          ? GT_Environ(i)
      next
  $CAVEATS$
      Does not check <nPos> is a valid position in the list.

 Source: ENVIRON.C

 Author:  Andy M Leighton

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson