Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_ritscr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_ritscr()


Syntax:     b_ritscr([<expC>])

Purpose:    Write screen contents to a text file

Arguments:  [<expC>] is the filename to write to      (optional)

Returns:    A logical value

Note:       If the filename does not exist it will be created.
            If no filename is specified, screen.log is written to.

Library:    MICROSYS.LIB

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

   if( b_ritscr("myfile.txt") )
      qout( "Screen has been written to myile.txt" )
   endif

   if( b_ritscr() )
      qout( "Screen has been written to screen.log" )
   endif

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