Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - __cr_first cr/lf display setting http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 __cr_first          CR/LF display setting
------------------------------------------------------------------------------
 Declaration
   screen.hdr

 Syntax
   logical __cr_first

 Default
   .t. (CR/LF output before prompt).

 Description
   The __cr_first sytem variable controls if console commands (like accept,
   input, and wait) write a new line before the prompt.

 Example
   #define EXAMPLE_SCREEN
   #include example.hdr

   proc Test_cr_first
   ? __cr_first
   ? "Printing finished. "
   wait
   __cr_first := .f.
   ? __cr_first
   ? "Indexing finished. "
   wait
   endproc

   proc main
   Test_cr_first()
   endproc

See Also: accept input wait

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