.len
Description
Parameters
Usage On Numbers
num = 42
// setup the number
log num.len
// converts the number to a string and returns the length of the string
// returns 2Last updated
Len is a dynamic property, that returns the length of its input value.
Len takes no parameters
num = 42
// setup the number
log num.len
// converts the number to a string and returns the length of the string
// returns 2Last updated