Problems with trailing spaces in memo lines (again)

fixed #81
This commit is contained in:
Lutz
2022-04-08 12:50:37 +02:00
parent 880bdaa82c
commit 9a213ece4f
13 changed files with 22 additions and 14 deletions

View File

@@ -10,8 +10,8 @@ local;
lcappName = "FoxBin2Prg"
*Set following two numbers on version
ldDate = date(2022,04,07)
lcmajorVersion = "1.19.72"
ldDate = date(2022,04,08)
lcmajorVersion = "1.19.73"
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
*lcJulian = padl(transform(lnJulian), 4, '0')
@@ -39,6 +39,9 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2022-04-08 v1.19.73
- Bug Fix: Problem converting trailing spaces on line end in memo (again) (bjornhoeksel)
2022-04-07 v1.19.72
- Bug Fix: Problem on using "DBF_Conversion_Support" on table configuration file (LScheffler)
- Bug Fix: Problem converting intentionally trailing spaces to VarChar/VarBinary (LScheffler)