but I'm not too familiar with it's language, because it is pascal which has a totally opposite syntax as C language,
so this language itself is a struggle for me.
Me too, since I tried to learn it in 2-3 hours.
I read a lot of similar examples last night, but they don't really explain what I need. almost everything uses int or string.
Here's the issue I ran into:
It appears that I can only get the registry value as a string.
I can convert it to a double (real?), but I can't check the value of the double in a MsgBox, as it's a Type Mismatch error.
I can then convert the double back to a string, and I get 1.2 again.
However, when I try
if double >= 1.2 , it returns false, even though it appears to be true. And I haven't been able to find a single similar example.
So, I'll have to forget about this for now, I think.