May 22, 2002 #2 Nosferatu Programmer Jun 9, 2000 412 RO use ltoa. [red]Nosferatu[/red] We are what we eat... There's no such thing as free meal... once stated: methane@personal.ro Upvote 0 Downvote
use ltoa. [red]Nosferatu[/red] We are what we eat... There's no such thing as free meal... once stated: methane@personal.ro
May 22, 2002 #3 Leibnitz Programmer Apr 6, 2001 393 CA well,"itoa" converts a long variable to a string. Therefore,you should use something like: long var; char c; c = (char)var; Upvote 0 Downvote
well,"itoa" converts a long variable to a string. Therefore,you should use something like: long var; char c; c = (char)var;