10.11.2010, 04:16
Look at the syntax:
unformat(const data[], const format[], {Float,_}:...)
Const data is a string, you're putting an integer there (dini_Int).
unformat(const data[], const format[], {Float,_}:...)
Const data is a string, you're putting an integer there (dini_Int).