Page 1 of 1

Adjusting Size Limit for Fix Definition

Posted: Tue Feb 26, 2019 3:52 pm
by augustk
Is there a way to configure the maximum allowed size of a function represented as a string when using the function ⎕FX (Fix Definition)? I'm currently trying to fix a function which is longer than 2048 lines (which seems to be the limit in my Dyalog installation).

Re: Adjusting Size Limit for Fix Definition

Posted: Wed Feb 27, 2019 2:24 pm
by augustk
augustk wrote:Is there a way to configure the maximum allowed size of a function represented as a string when using the function ⎕FX (Fix Definition)? I'm currently trying to fix a function which is longer than 2048 lines (which seems to be the limit in my Dyalog installation).

After upgrading Dyalog to version 16.0.35389 I no longer have this problem.

Re: Adjusting Size Limit for Fix Definition

Posted: Wed Feb 27, 2019 3:38 pm
by Adam|Dyalog
The current limits are available at viewtopic.php?f=22&t=854

If you bump into this particular limit again, let us know what you are doing, and we will try find a suitable work around.

Re: Adjusting Size Limit for Fix Definition

Posted: Thu Feb 28, 2019 8:48 am
by augustk
Adam|Dyalog wrote:The current limits are available at viewtopic.php?f=22&t=854

OK, thanks! I have bookmarked the page.