Manuals/calci/SPELLDIGIT
Jump to navigation
Jump to search
SPELLDIGIT(digit)
- where is the digit to be spelled.
Description
- This function is used to spell the given digit.
- Argument should be single digit number between 0 and 9.
- For non-numeric argument such as character, string or special characters, calci gives an error.
- For more than one digits, only first digit is spelled.
Examples
- SPELLDIGIT(0)= zero
- SPELLDIGIT(8,9)= eight
- SPELLDIGIT(1..9)= one two three four five six seven eight nine
- UNDERLINE("$")= Error
- SPELLDIGIT(-4) = Error
- SPELLDIGIT(0.1) = Error
See Also
References