Results 1 to 5 of 5

Thread: [RESOLVED] Converting a char/string to an int?

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2007
    Posts
    63

    Resolved [RESOLVED] Converting a char/string to an int?

    Is there any way to convert a char or string to an int?

    Such as if I have the letter "A" I could get the ascii value of this character I think it's 65 I think so I could do something like

    Dim strTest as string

    strTest = "A"

    Dim intTest as Integer

    intTest = strTest

    Though I know I have to convert strTest somehow I just don't know how. I can then work with the int value.

    Thanks for all you help.


    Mythos
    Last edited by Mythos44; Feb 6th, 2008 at 07:40 PM. Reason: My question has been resolved.

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