Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Protection Plus for Clipper - <u>pp_nexect()</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PP_NEXECT()
Reset the execution counter value
------------------------------------------------------------------------------

Syntax
  PP_NEXECT( <nNewCount> )  .  lResult

Arguments
  <nNewCount> is the number to which to set the execution
  counter.

Returns
  .T. if successful, else .F.

Description
  Sets the execution counter, kept in the control file, to the
  number specified.  This function allows the execution counter
  to be changed from within the application itself.  This could be
  one of the hidden user-codes.

Example

pp_nexect(0)     && sets execution counter to zero

See Also: PP_EXELM() PP_UCODE() PP_EXECT() PP_ADVECT() PP_NEXELM()

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