Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>commit</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
COMMIT


Syntax:     COMMIT

Purpose:    To perform a solid-disk write for all work areas.

Usage:      Under DOS 3.3 or greater, COMMIT flushes all Clipper buffers
            to DOS and then performs a solid-disk write.  Under DOS 3.2
            or less, COMMIT only flushes Clipper buffers to DOS.

Library:    CLIPPER.LIB


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

   CLEAR
   USE Dbf

   FOR i = 1 TO 10

      APPEND BLANK
      REPLACE Fld1 WITH i
      COMMIT                  && Flush to DOS and write to disk.

   NEXT


See Also: SKIP

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