Saving a String variable to a file?
I'm currently working on a game and have a specific class for saving and loading variables from file (using FileAccess). Every other data type works, but I can't seem to save the String data type. Help? It could also be a simple solution that I'm just missing.