Posts: 32
Threads: 6
Joined: Jan 2014
Reputation:
0
Hi! I can't save a HEX Value with INI_WriteHex.
The Hex Value: 0x008800FF
The saved value: 0x8800FF
Can anyone or ****** help me please? Thanks!
Posts: 662
Threads: 102
Joined: Sep 2010
Reputation:
0
Can you show me the function you use for saving?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Why not write it as int instead? Unless you're constantly meddling in the files manually, there'd be no need to save it in that representation.
Posts: 566
Threads: 14
Joined: Jun 2010
Reputation:
0
Infact, 0x008800FF equals 0x8800FF