Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>readupdated()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 READUPDATED()
 Return, and optionally set, whether any Get changed during a READ
------------------------------------------------------------------------------
 Syntax

     READUPDATED([<lChanged>]) --> lCurrentSetting

 Arguments

     <lChanged> sets the READUPDATED() flag...A value of true (.T.)
     indicates that data has changed, and a value of false (.F.) indicates
     that no change has occurred.

 Returns

     READUPDATED() returns the current setting as a logical value.

 Description

     READUPDATED() is a Get system function intended primarily for creating
     new READ Layers.  It is identical in functionality to UPDATED() (see the
     UPDATED() entry in the Reference guide), except that it allows the
     UPDATED() flag to be set.

     READUPDATED() enables you to manipulate the UPDATED() flag from outside
     of the Get system source code.

 Files:  Library is CLIPPER.LIB, source file is Getsys.prg.

See Also: READFORMAT() READKILL() UPDATED()

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