Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>to save variables to a .mem file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 To save variables to a .mem file
------------------------------------------------------------------------------

 Syntax

        GT_MemSave(<cFile>,<cFilter>,[<nSeconds>],<nPause>]) => lSuccess

 Arguments:

      <cFile> is the name, including path and extention,
      of the file to save to.

      <cFilter> is the specification of the variables to
      save.

      <nSeconds> is the time to wait.

      <nPause> is the time interval between attempts.

 Returns:

      .T. / .F.

 Description:

      To save variables to a .mem file

 Examples:

      IF .NOT. GT_MemSave('System.mem','p*')
          ? 'Error'
      ENDIF

 Source: GT_MEMSA.PRG

 Author:  Martin Bryant

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