[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  BLITOTDSK        (Clipper)
------------------------------------------------------------------------------

  Function : Total number of disk loads.

  Syntax   : nlValue = BLITOTDSK()

  Return   : Number of times an overlay call required a disk load.

  This function returns the total number of procedure calls handled by the
  Blinker overlay manager since the program was loaded which required an
  overlaid procedure to be loaded from disk.

  Note: This function is only enabled when the command BLINKER CLIPPER
  PROFILE ON is specified.

  Example  :
  *  Get the total number of overlay disk loads.
  *
  ? "The total procedure disk loads is:"
  ?? BLITOTDSK()

See Also: BLITOTCAL() BLINKER CLIPPER PROFILE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson