tiziano69
Guest
Good morning, I have the following problem, two programs in vb6, one done by me requires that the decimal separator is the "." another program uses as a decimal separator the ",".
I tried so:
(defunc c:rwrite()
(vl-registry-write "hkey_current_user\control panel\international\sdecimal")
)
now comes the question...how do I change this code entry?
I tried so:
(defunc c:rwrite()
(vl-registry-write "hkey_current_user\control panel\international\sdecimal")
)
now comes the question...how do I change this code entry?