
Originally Posted by
Rawb
I'm not sure exactly what you're trying to do. Are you wanting to convert a text string into a list of ASCII values (one number for each character in the string) so you can store each one separately? Are you trying to add all the values together (sum them)? Are you wanting to just concatenate them all together into one big number?
Also be aware that, especially if your program is going to be used to parse text strings from a word processing program (Like Wordpad, MS Word, OOo Writer, or Google Docs) or in non-english languages, it's possible to run into characters that don't exist in the ASCII character map.
Can you tell us more about what you're trying to accomplish and why?