I'm a very novice programmer and I've been trying to create a simple program to "encrypt" a message. I'd like to fill an array with integer values and create a text document of those numbers. Ideally that could then be sent and put into a reverse algorithm to decode the message. I've got everything except the sending the values to the text document but I haven't been able to find a solution to that last part.
(Sorry about the bad variable names and awful program format)