fdbozzo / foxbin2prg

Visual FoxPro 9 Binary to Text and Text to Binary converter. Replacement for SCCText(X) and TwoFox that is bi-directional (Text is editable)
https://vfpx.codeplex.com/wikipage?title=FoxBin2Prg
MIT License
59 stars 35 forks source link

Txt2Bin Operation on VCX looses double ampersand in Property Values #91

Closed lscheffler closed 1 year ago

lscheffler commented 1 year ago

ℹ Computer information

📝 Provide detailed reproduction steps (if any)

  1. In property sheet, set a property like text && text
  2. or, In property sheet, set a property like ="text1 && text2"
  3. run Bin2Txt
  4. run 2Txt2Bin

✔️ Expected result

Property restored

❌ Actual result

See #90, #92

Text2Bin simply uses "&&" as end of property value.