I am making an encryption program with vb6 How would I turn each letter of a message into an ASCII equivalent?
The codes I have tried just turn one letter into ASCII.

Once this has been done, the program will multiply all of the ASCII numbers by a user specified amount.

If the message is recived, and the other user knew what to divide the number by, how would I break the code up back into a message?