28.07.2011, 12:28
'inputtext' is a string, when you use udb_hash, your string is turned into an integer (number) - which is why you get the error. You can use a similar function, but to write a string to your file: INI_WriteString. (without the period.)
