Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

W32functions and scands

Status
Not open for further replies.

KJH78

IS-IT--Management
Oct 23, 2002
2
FI
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top