diff --git a/foxbin2prg.exe b/foxbin2prg.exe index eb3c07e..e90bfb0 100644 Binary files a/foxbin2prg.exe and b/foxbin2prg.exe differ diff --git a/foxbin2prg.prg b/foxbin2prg.prg index b84816c..a9754df 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -2606,7 +2606,7 @@ DEFINE CLASS c_conversor_base AS SESSION *-- Limpieza de caracteres sin uso IF INLIST(tcValue, '..\', '..\..\' ) THEN *MESSAGEBOX( 'Encontrado valor "' + tcValue + '" en propiedad "' + tcProp, 4096, PROGRAM() ) - tcValue = '' + *tcValue = '' ENDIF *-- Ajustes de algunos casos especiales @@ -2944,7 +2944,7 @@ DEFINE CLASS c_conversor_base AS SESSION *-- Limpieza de caracteres sin uso IF INLIST(tcValue, '..\', '..\..\' ) THEN *MESSAGEBOX( 'Encontrado valor "' + tcValue + '" en propiedad "' + tcProp, 4096, PROGRAM() ) - tcValue = '' + *tcValue = '' ENDIF *-- Ajustes de algunos casos especiales