Registriert seit: 10. Jun 2003
Ort: Berlin
9.648 Beiträge
Delphi 11 Alexandria
|
Re: Programmatically Create a Reg File
31. Mai 2009, 00:30
Well, you have the values as String at the moment? Then you could use BinToHex to generate the hexadecimal string. Then you only have to insert the comma as separator every two characters, that's it.
The rest is string concatenation, which is not the problem I believe?
|