DIGITS(SomeNumberOrEmpty)
Description
- If a parameter is provided for SomeNumberOrEmpty, the function an array consisting of every digit in the number.
- This function shows the digits 0 to 9, if no parameters are given.
- Digits is any of the numerals from 0 to 9, especially when forming part of a number.
Example
- DIGITS() = 1234567890
- DIGITS(38) = ["3","8"]
- DIGITS(1..100)=1 2 3 4 5 6 7 8 9 10...........100
Related Videos
See Also
References