WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Strings

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Incrementing Characters

 Keywords: Char Chars Letters Alpha Alphabet Alphabetical 

Question:

Can Winbatch increment char values?

Answer:

Yes. Here is an example of incrementing a character to the next letter.
   Char = 'a'
   NextChar = Num2Char(Char2Num(char ) + 1)
   Message(Char, NextChar)

Article ID:   W17470
File Created: 2012:11:26:09:56:56
Last Updated: 2012:11:26:09:56:56