BLeslie88
B Leslie
- Local time
- Today, 10:01
- Joined
- May 9, 2002
- Messages
- 228
To do a loop ...
Char = "A"
Do while Char < "L"
Char = ".... next Char ... A , B , C , D , E ... so fourth"
Loop
Char reserved word... I just wanna know how to increment a string single letter. Is it possible.? Ascii maybe...?? Simpler code maybe.
Char = "A"
Do while Char < "L"
Char = ".... next Char ... A , B , C , D , E ... so fourth"
Loop
Char reserved word... I just wanna know how to increment a string single letter. Is it possible.? Ascii maybe...?? Simpler code maybe.