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>cfgmemvar()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
cfgmemvar()


Syntax:     cfgmemvar()

Purpose:    Initialize memory variables from configuration file

Arguments:  None

Returns:    A Logical value

Note:      The following public memory variables are initialized
           after a successful call to cfgmemvar().

           mcfg_compny,mcfg_title,mcfg_cofg,mcfg_cobg,mcfg_cowin,;
           mcfg_cof2,mcfg_comsg,mcfg_mfg,mcfg_mbg,mcfg_mwin,mcfg_mf2,;
           mcfg_mmsg,mcfg_tpath,mcfg_bkpath,cSearchKey := ""
           cAppColor,cWinColor,cErrColor,cMsgColor,cF2Color,cGetColor
           pEc[34] for printer escape codes

Library:    TC_SYS.LIB

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

   setenv(.t.)

   if( !cfgmemvar() )
       b_errmsg(12," Unable to open configuration file! ","15/1")
       eoj()
   endi

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