|
-
May 10th, 2011, 11:38 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] How to increment letters like a to b then to c ...
Hi all .could any one show me how i can increment letters for example if i have letter text5=a next time i call the function the value be text5=b and so on untill i reach z and it jumps back to a ! I have done similer think for integers as shown below but want to do it for letters .Hope some one show me how i can
increment letters.Thanks
Text5.Text = CStr(CLng(Text5.Text) + 1)
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
|