|
-
Oct 3rd, 2012, 02:59 AM
#1
Thread Starter
PowerPoster
[RESOLVED] i have a encrypton function that expects strings, want to encrypt integers
i want this encryption to count the number of times a program is run(integer)
how can i write this ?
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Oct 3rd, 2012, 05:51 PM
#2
Re: i have a encrypton function that expects strings, want to encrypt integers
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?
-
Oct 3rd, 2012, 08:22 PM
#3
Thread Starter
PowerPoster
Re: i have a encrypton function that expects strings, want to encrypt integers
not using a db
got it like this:
Dim OneUse as integer
MyString = CStr(OneUse)
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|