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_nexelm()</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PP_NEXELM()
Reset a new execution limit value
------------------------------------------------------------------------------

Syntax
  PP_NEXELM( <nNewLimit> )  .  lResult

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

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
  limit to be changed from within the application itself.  This
  could be one of the hidden user-codes.

Example

pp_nexelm(50)    && extends the execution counter limit to 50.

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

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