> Now I do. The problem is that process_csv_varname() (from
lib/src/csvdata.c)
> calls numeric_string() (from strutils.c) as numeric, which, in turn,
> recognises "INF" as a numerical value. We screen out "inf" and
"nan"
(which
> we admit as legitimate variable names), but not their capitalised
variants.
This indeed worked as a workaround.
Thank you!
Artur