Hi all,
I have to write a program which alerts if a number range has reached a specific percentage of the range.
It works very well for internal number ranges (with only numbers). But what about the external number ranges with letters? How can I check how much percentage of the number range is already used?
regards