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

CRLF in class property not stored / restored #89

Closed lscheffler closed 1 year ago

lscheffler commented 1 year ago

ℹ Computer information

📝 Provide detailed reproduction steps (if any)

  1. Store a string with two lines CRLF to a property in visual designer. Do not store as an expression, store as string. (For example via clipboard in zoom window)
  2. Create text representation of the class
  3. Recreate binary

✔️ Expected result

Property should be recreated with both lines.

❌ Actual result

Just first line is recreated.

lscheffler commented 1 year ago

The problem is not in FoxBin2Prg. VFP accepts the (odd) string, but it is not stored properly to the VCX.