Hello Everyone,
Does anyone know of a way to count how many digits a number has? For example 12345= “5” 123= “3.”
Thanks for any help you could provide!
Hello Everyone,
Does anyone know of a way to count how many digits a number has? For example 12345= “5” 123= “3.”
Thanks for any help you could provide!
You could convert the number to string and use the length() function within the String Manipulation node.