I would like to store a TString in a file. To be able to use Write(), I
use instead TObjString. However, it seems that you cannot give a general
name and read the TObjString with eg file->Get("string"), this name is the
string itself.
How can I store a string under a general name and read it with this name?
TIA, Ulrich