95
Views
2
Comments
Solved
Letter increasement
Application Type
Mobile

Hello,

I would like to increase letter A to letter B, then C, D, E,F...... on button click like number increasement. What is the easiest way for doing this?

Thank you.

2020-11-13 07-48-15
Khuong Truong
Solution

Hi Phone,

You can use this function from Text: Chr(integer). Then you can increase integer => get next character.

For example: Chr(88) = X

This is the Text document.

Please take this table reference for mapping.

Noted that may need to validate integer range to get needed characters.

Hope this helps,

Khuong

2026-04-01 11-40-30
Mahesh Manchala

Hi,

I made the sample application for your requirement. Please find the attached solution...

sample.zip
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.