It returns the french C (with Cedille) in both cases (with my local codepage) ... Have you ever tried to just do this ?


Code:
$regkey = "HKEY_CURRENT_USER\Control Panel\International"
$DataType = "REG_SZ"
$entry = "sCurrency"
$Value = "€"
$RC = WriteValue($regkey,$entry,$value,$DataType)


Edited by Jochen ( 2 minutes 29 seconds ago)
_________________________
I cna ytpe 300 wrods pre mniuet!!

Kixforms forum.
Deutsches KiXtart/Kixforms forum

Top

This was the inital problem. The result was ¬. I then switched to using the Chr function and got more and more confused. I finally tried it with version 4.52 and it was working.

Adriaan