NumToLetter ( integer )
Converts an integer 1 - 26 to the corresponding letter of the alphabet
Be the first to rate this function Log in to vote
|
Shawn Rowland - Show more from this author
Webconsort LLC |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Converts an integer 1 - 26 to the corresponding letter of the alphabet.
Comments
| Michael Horak, *COMMENT Visual Realisation Apr 2, 2025 |
||
| Could be simply: Char ( integer + 96 ) |
||
| Shawn Rowland, Webconsort LLC Apr 2, 2025 |
||
| Thanks. I will try this. | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.