Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FAST TEXT SEARCH for Clipper v.2.0 - <b>isunique()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   ISUNIQUE()

       Purpose

   Determine status of SET UNIQUE ON/OFF command.

       Parameters

   None.

       Return Value

   .T. if SET UNIQUE ON, otherwise .F.

       Comments

   Use ISUNIQUE() in a UDF to query Clipper's unique setting, change 
   it if necessary, and then restore the original value.

       Example

   .
   .
   .
   set unique on
   ? ISUNIQUE()              && prints .T.
   .
   .
   .

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