|
-
Feb 6th, 2008, 06:35 PM
#1
Thread Starter
Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|