Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Save to file

Status
Not open for further replies.

Jiko

Technical User
Apr 5, 2002
35
SE
I'm trying to to save variabels like byte, int, string to a file and open it with Notepad. But then I open it's I get 'A' instead of 65.(ASCII 65 = A).How do I save my byte to get it right?
And how do I save a String?
Thank you.
 
If I send char it's no problem to read the characters in notepad.
DO I need to convert every character to char?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top