Difference between revisions of "Manuals/calci/SPELLDIGIT"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
==Examples== | ==Examples== | ||
− | *SPELLDIGIT(0)= | + | *SPELLDIGIT(0)= Zero |
− | *SPELLDIGIT(8,9)= | + | *SPELLDIGIT(8,9)= Eight |
− | *SPELLDIGIT(1..9)= | + | *SPELLDIGIT(1..9)= One Two Three Four Five Six Seven Eight Nine |
*SPELLDIGIT("$")= Error | *SPELLDIGIT("$")= Error | ||
*SPELLDIGIT(-4) = Error | *SPELLDIGIT(-4) = Error | ||
*SPELLDIGIT(0.1) = Error | *SPELLDIGIT(0.1) = Error | ||
− | |||
==See Also== | ==See Also== |
Revision as of 15:52, 6 April 2018
SPELLDIGIT(digit)
- where is the digit to be spelled.
Description
- This function displays the spelling or number name of 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
- SPELLDIGIT("$")= Error
- SPELLDIGIT(-4) = Error
- SPELLDIGIT(0.1) = Error
See Also
References