Hi Roger,
1347 line in the file _dcclass.prg pairing following code:
IF! Empty (:: maxChars). AND. Len (cBuffer)>:: maxChars
I would not be better to change it to:
IF! Empty (:: maxChars). AND. Len (rtrim (cBuffer))>:: maxChars
The problem is that if we use the "DCMULTILINE" with the option of maxChars also tells us in the blanks on the right.
Greetings
Miguel
Possible change in DCMULTILINE
Re: Possible change in DCMULTILINE
Yes, that probably is a better option. I will change it in my code.
Thanks.
Thanks.
The eXpress train is coming - and it has more cars.