Increments the value returned by the property NumberRunTimesSpent by one.
Syntax:
object.SpendOneRunTime()
Part | Description |
Object | An object expression that evaluates to an RedRegistration object |
Remarks
The number of times SpendOneRunTime has been called is stored in the registry under the registered users
RegistrationCode. A checksum is provided to deter the casual hacker, but it is not encrypted, and can be easily reset. If you need better security, then it is suggested that you implement your own method for tracking the number of uses.
Return Type
NONE