An alphanumeric value should not be moved to a numeric field. Because alphanumeric values are stored differently than numeric values, simply moving the bits from one field to the other will yield strange results at best, and crashes at worst.
Instead, ``++NUMVAL++`` should be used to explicitly convert the alphanumeric value to a numeric one.