Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>command() - get the command line as a string</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     command() - get the command line as a string
  Usage:    <string> = command()
  Params:   none
  Returns:  The command line arguments separated by one space in
            a string or null if there were no arguments

 ---------------------------------- Example ---------------------------------

                 if ("/M" $ upper(command()))
                      set color to W/N,N/W,W/N,,W/N
                 else
                      set color to W/B,B/W,W/B,,W/B
                 endif

  Note:     This function is an example function contained on the
            source disk in the file c_comman.prg


See Also: argc() argv() program()

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