Up |
_winreg_delvalue Scol 4.6 or above required
Delete a value to a key.
Prototype :
fun [S S] I
- S : key name.
- S : value name.
Return : I 0 if success, nil if error.
See also :
Example :
fun main ()=
_showconsole;
_fooId _winreg_delvalue "your_company\\your_app\\Infos" "INT";
0;;
Note
Warning : this function is defined on MS Windows Scol version only !