Im new to programming(started 2 weeks ago) and am trying to make a poker program for a first project. I am using a function rplc() aka replace to change a an inputed ID to the cards name. I was wonder how I could set an array to equal a string. I understand how it is input, but how to you set it? I have been trying to do things like [array] = [string], and with quotes and such, but its just printing out e instead of the value I put, so I know it isnt working. Would I have to do each letter seperatly set? If so, Im gonna have to find a better way, because that would take me over 700 lines just for that