variables in a Text File

  • Thread starter Thread starter KaHuNa
  • Start date Start date
K

KaHuNa

I can read a file text, but i load from that file only a string.
Can i load several variables directly from the file text without to treat
the data before.
Thanks
 
KaHuNa said:
I can read a file text, but i load from that file only a string.
Can i load several variables directly from the file text without to treat
the data before.
Thanks

Maybe you want Serialization? Look that up in MSDN.

Eric
 
Back
Top