Hello

RegSetValueEx returns 87 in Windows98se when i attempt to save the data "" to a registy value using RegSetValueEx. But win2k and XP accepes "" data.
So i had to replace "" with chr(0) in windows98se.

What is the real big diffrent between "" and chr(0) ?
is my conversion movement correct?
Why 98se refuse to accept ""
Is same case in 95 and me?

If my move correct i have a big work ahead. i have to replace all the places
where a "" value could returne with the char(0)