If I have two text boxes where one lets the user enter what location to store a value in, and the other text box would be the value to store. I created several text boxes in which act as storage. So, for example if the user enters in one text box " 1 " for the location, and for the other text box they enter " 2 ", is it possible to take the value 2, and store it in text box 1 when they click a command button? This program acts the way memory would in a computer by storing values in certain locations.