Results 1 to 6 of 6

Thread: Convert to text from acsii

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    13

    Post

    Hi,

    I need to be able to convert from ascii to text. Please can someone give me a command / method etc.

    Thanks

    Zotud

  2. #2
    Lively Member
    Join Date
    May 2000
    Location
    Norway
    Posts
    112
    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. ?

  3. #3
    Lively Member
    Join Date
    May 2000
    Location
    Norway
    Posts
    112
    Read the question Memory address. Someone wrote an answer to your question there. He wrote to the wrong question.

  4. #4
    Guest
    All right, then. What does he mean on the other thread? Thaks for notifying, T.H.

  5. #5
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    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)

  6. #6

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    13

    Post

    Hi,

    Sorry i wasnt alittle clearer. But oetje answered the question. Thanks for that.

    Zotud

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width