27.09.2013, 20:33
Quote:
|
That is because when you are loading the name and address you are using INI_Int instead of INI_String.
Edit: Also noticed some other mistakes. When you are formatting the 3d text label, you are using %d specifier for strings, when you mist use %d. The address seems to be string type, but at your enum it is integer. |
And the address is an integer, therefore should be INI_INT


