C sharp storing variables?

ticonwc3

New member
Im on visual studio 2010 and I was wondering how to store strings and integers. for example,
race:orc
Class:Warrior
level:1
This would be the character someone has created. Once created they hit a button called Save. The save button then writes to the program to store those for loading their character even after the form has been cloed. How could i do this? all answers appreciated
 
Back
Top