Javascript
----------------------------------
Hi.. I need to calculate the length of a numeric variable:
Code:
value = 12345
len = value.length
This doesn't work.. why? Whats wrong?
----------------------------------