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_exptype()</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PP_EXPTYPE()
Return the expiration type
------------------------------------------------------------------------------

Syntax
  PP_EXPTYPE()  .  cString

Returns
  " " for error, or one of the following <N>one, <E>xe count,
  <D>emo, <P>ayments.

Description
  Retrieves the expiration type from the control file.  If the
  control file or the data in it is corrupted, a " " is returned.

Example

Set up some global flags
Is this an execution limit version?  If it is, set the flag EXE_LIMIT
to .T. for use later in the program.

exe_limit=( pp_exptype() = "E" )

See Also: PP_NEXPTYPE() PP_EXPDATE() PP_EXPIRED() PP_UNLOCK()

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