Problems with PADNAME

bug fix issue #74
minor documentation
This commit is contained in:
Lutz
2022-01-18 20:19:21 +01:00
parent 4718680951
commit 2f7fbbf2f5
8 changed files with 9 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ local;
lcappName = "FoxBin2Prg"
*Set following two numbers on version
ldDate = date(2021,12,07)
lcmajorVersion = "1.19.67"
ldDate = date(2022,01,18)
lcmajorVersion = "1.19.68"
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
*lcJulian = padl(transform(lnJulian), 4, '0')
@@ -39,6 +39,10 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2022-01-18 v1.19.68
- Docu: Minor links in readme.html
- Bug Fix: Converting MN2 to MNX ignores the programmer-defined "Pad Name" found in "Prompt Options" screen
2021-12-07 v1.19.67
- Bug Fix: Double classes in VCX (LScheffler)