i have a key in registry that uses letter "ä". I have tried to query its value using rexx w32regqueryvalue function.
Code is like this:
key591 = W32RegOpenKey(connect591,'SOFTWARE\3Soft\Prog')
V = w32RegQueryValue(key591,'Sääk')
This gives error that indicates function wont understand those "ä" letters in key name. Can anybody help? Thanks in advance!
Code is like this:
key591 = W32RegOpenKey(connect591,'SOFTWARE\3Soft\Prog')
V = w32RegQueryValue(key591,'Sääk')
This gives error that indicates function wont understand those "ä" letters in key name. Can anybody help? Thanks in advance!