i want this encryption to count the number of times a program is run(integer)
how can i write this ?
Printable View
i want this encryption to count the number of times a program is run(integer)
how can i write this ?
IOW's, you want to keep track (in a db?) of how many times a program is run, but you want to encrypt that number in your db?
not using a db
got it like this:
Dim OneUse as integer
MyString = CStr(OneUse)