-
SET MEMOWIDTH TO command is not implemented
-
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.
SET MEMOWIDTH TO command is not implemented
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.