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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

From ASCII code to character

Status
Not open for further replies.

yodaa

Programmer
Jun 10, 2004
64
SE
I need to convert some ASCII-code to characters but find no way to do this. I know how to get a character's ASCII-code, but no ideas of how to get the character of an ASCII-code.

Anybody outhere that knows the way?

Thanks!
 
Check your command references for format and scan.
They are equivalent to C's sprintf and scanf functions
basically.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top