Changes

Jump to navigation Jump to search
149 bytes added ,  06:12, 11 February 2020
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''DIGITS()'''</div><br/>
+
=DIGITS(SomeNumberOrEmpty)=
    
==Description==
 
==Description==
*This function shows the digits.
+
*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.
 
*Digits is any of the numerals from 0 to 9, especially when forming part of a number.
 +
    
==Example==
 
==Example==
 
#DIGITS() = 1234567890
 
#DIGITS() = 1234567890
 +
 +
#DIGITS(38) = ["3","8"]
    
==Related Videos==
 
==Related Videos==
2,824

edits

Navigation menu