nResult = RegDBSetDefaultRoot ( HKEY_LOCAL_MACHINE );
szSubKey = "software\\pai\\ced\\GEN_LG_NOM_APP_LIGNE";
if ( RegDBKeyExist ( szSubKey ) = 1 ) then
nResult = RegDBDeleteKey ( "software\\pai\\ced\\GEN_LG_NOM_APP_LIGNE" );
endif;
well, I can't get the darn key to be deleted.....funny RegDBKeyExist(szSubKey ) = 1 ) is not true!!! hence the "fail"...
but the Key exist under
HKEY_LOCAL_MACHINE\\software\\pai\\ced\\GEN_LG_NOM_APP_LIGNE
any idea why I con't find it via this fonction????

TIA
Mike