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

  Function : Current Procedure Name

  Syntax   : cName = BLICURNME()

  Return   : Current Procedure Name

  This function returns the name of the procedure about to be loaded by
  the overlay manager when profiling mode is enabled. It is used from the
  Clipper profiler to identify the Clipper procedure about to be called
  for the purposes of recording certain profiling information.

  Note: This function is only active if the BLINKER CLIPPER PROFILE ON
  command was specified at link time, otherwise it returns a null string.

  Example  :
  * Get the name of the procedure about to be
  * loaded
  *
  ? "About to load procedure ", BLICURNME()

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