This check box defines whether the value entered should be treated
as an alphanumeric or a numeric value. The results of running a JavaScript
function against different types will vary. For example, the concatenation
function combines the alphanumeric values '1'
and
'2'
, creating the result '12'
, but if these
are marked as numerics, the same function performs a sum giving the result
'3'
.