.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
num = 42
// setup the number
log num.len
// converts the number to a string and returns the length of the string
// returns 2Last updated