Hi Sam,
Thanks. I'm not looking for the functional differences between a trialExtension code and Activation code, but the differences about the actual numbers of those codes.
For marketing reason, I don't want people to know that there is a trial mode - available only with a trialExtension code. So I don't want a trial button, box or whatsoever in my software. People that got a trialextension code, will just click activate, enter this trialextension code.
Under the hood, I want to parse the entered code - is it a trialExtension or an activation code - and from there I will feed it to TurboActivate. I could always to 2 calls with the entered code, one as is it a valid trialExtension code ? No ? Let's try it as an activation code. But it is not an elegant solution.
Also, is there any checksum I can do to pre-validate a code so if the code could actually be a good code, the OK button will be enabled ? Or is it something that is kept secret ?
Thanks