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 - __c_txt string constant (default text file extension) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 __c_txt             String constant (default text file extension)
------------------------------------------------------------------------------
 Declaration
   string.hdr

 Syntax
   char(3) __c_txt

 Default
   "txt"

 Description
   The __c_txt system constant contains the default extension for
   text files.

   System-defined string constants can be used to save data segment
   space by avoiding the redundant declaration of certain frequently used
   string constants in application code.

 Example
   #define EXAMPLE_STRING
   #include example.hdr

   proc Test_c_txt
   ? __c_txt
   ? appendext( __c_txt, "test", .f. )
   endproc

   proc main
   Test_c_txt()
   endproc

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