Results 1 to 3 of 3

Thread: [RESOLVED] i have a encrypton function that expects strings, want to encrypt integers

  1. #1

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Resolved [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

  2. #2
    PowerPoster SamOscarBrown's Avatar
    Join Date
    Aug 2012
    Location
    NC, USA
    Posts
    9,622

    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?

  3. #3

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    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
  •  



Click Here to Expand Forum to Full Width