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

  This section contains a collection of functions which can provide
  switch and status information on most SET commands.  It is also
  possible to request additional status information from Clipper.
  You will find functions to determine most Clipper switch settings and
  to test whether the debugger has been linked.  The function names for
  the switch settings have been constructed as follows:

      CSET + abbreviation of the switch name (4 characters).

  The name of the corresponding function for the switch CONFIRM is
  CSETCONF().  If the argument is optional and is omitted, the functions
  will only return the current setting of the switch concerned without
  changing the status.  The argument is used to set the function of the
  switch to the status indicated by the argument and supplies the status
  of the switch as a return value.  It is therefore possible to change a
  switch with a function, and at the same time, save the previous status.

  The logical value (.T.) corresponds to the setting of the switch to
  ON and (.F.) for OFF.

  Note:
  CSETSAFETY() works on Clipper Tools One functions.  If <expL> is
  specified, an internal SAFETY switch will be set to the corresponding
  status.



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