|
-
July 25th, 2000, 12:28 PM
#1
Looping
Hi, I'm having trouble creating this program. What it does is let you change your name in a certain game. What I need is a loop, that will check each variable holding a letter, against the whole alphabet, Uppercase and Lowercase, and depending on what letter is used, assign a variable a certain number. I'm pretty sure this is possible. The reason I want this is that I don't want one Big Select Case statement to check each letter-holding variable. Such As
Select Case Letter1
Case "A": SaveLetter1 = 154
Case "B": SaveLetter1 = 155
and so on. If you need me to clear this up, ask me and I'll try my best. If you can help, I'd appreciate it.
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
|