Hi,
I need to be able to convert from ascii to text. Please can someone give me a command / method etc.
Thanks
Zotud
Printable View
Hi,
I need to be able to convert from ascii to text. Please can someone give me a command / method etc.
Thanks
Zotud
Ascii to text?
What do you mean?
Ascii is text. Do you mean any Ansi standard with colors and stuff? What is this text you want? Pure text like strings, or formatted text with bold, italic, colors etc. ?
Read the question Memory address. Someone wrote an answer to your question there. He wrote to the wrong question.
All right, then. What does he mean on the other thread? Thaks for notifying, T.H.
You must use the Chr function. It converts an ascii number to a string(1 char).
Example:
Code:'Print the char with ascii code 149 in the debug window
Debug.Print Chr(149)
Hi,
Sorry i wasnt alittle clearer. But oetje answered the question. Thanks for that.
Zotud