Changing numeric columns

If you use the CHANGE command to change a numeric column, then the lengths of from_string and to_string are not significant. For example, if column #2 is a numeric column, then the following CHANGE command is permitted, because from_string and to_string are interpreted as numeric values:
CHANGE 3.1415 3.2 #2