Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Bug in Harbour Descend()
Posted: Wed Oct 19, 2022 12:52 AM
Enrico Maria Giordano wrote:It doesn't work, it creates a file with the wrong name. Please try this:
#include "Fivewin.ch"
REQUEST HB_LANG_IT
REQUEST HB_CODEPAGE_ITWIN, HB_CODEPAGE_IT850
FUNCTION MAIN()
  HB_CDPSELECT( "IT850" )
  HB_LANGSELECT( "IT" )
  HB_SETTERMCP( "ITWIN", "ITWIN", .T. )
  MEMOWRIT( "à èéìòù.txt", "à èéìòù" )
  RETURN NIL
Sorry Enrico, but the example you put now has nothing to do with the Descend() function
Has the example I posted worked?
I will look at the new example you propose and I will answer you
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces