Fixed properties storage

Bin2Txt Operation on VCX loses leading spaces in Property Values; fixed #90
Txt2Bin Operation on VCX looses double ampersand in Property Values; fixed #91
This commit is contained in:
Lutz
2023-03-16 19:32:32 +01:00
parent ba7c88a198
commit 05cb481a2c
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -10,7 +10,7 @@ lcCurdir = SYS(5)+CURDIR()
CD ( EVL( tcDir, JUSTPATH( SYS(16) ) ) )
*<DevInfo>
_Author = "Fernando D. Bozzo"
_Author = "Fernando D. Bozzo / Lutz Scheffler"
_Company = ""
_Address = ""
_City = "Coslada"
@@ -26,7 +26,7 @@ _LegalTrademark = "MIT License"
_ProductName = "FOXBIN2PRG"
_MajorVer = "1"
_MinorVer = "19"
_Revision = "76"
_Revision = "77"
_LanguageID = "1034"
_AutoIncrement = "0"
*</DevInfo>