Skip to content

[VFP] SET MEMOWIDTH not implemented #1869

@cpyrgas

Description

@cpyrgas
  1. SET MEMOWIDTH TO command is not implemented

  2. SET("MEMOWIDTH") does work and has a default value of 50, but this is nowhere used.

According to https://hackfox.github.io/section4/s4g094.html, several functions like ATCLINE(), ATLINE(), RATLINE(), MEMLINES(), MLINE() etc make use of this setting. The default implementation for those functions in the X# runtime are VO-compatible, using a standard length of 254 chars for line breaks, most probably we need to make this optional and apply the MEMOWIDTH setting for teh VFP dialect.

Metadata

Metadata

Labels

Type

No fields configured for Bug.

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions