Adjusting Size Limit for Fix Definition

Learning APL or new to Dyalog? Ask "silly" questions here, without fear...
Post Reply
augustk
Posts: 27
Joined: Tue Feb 05, 2019 11:54 am

Adjusting Size Limit for Fix Definition

Post 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).
augustk
Posts: 27
Joined: Tue Feb 05, 2019 11:54 am

Re: Adjusting Size Limit for Fix Definition

Post 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.
User avatar
Adam|Dyalog
Posts: 143
Joined: Thu Jun 25, 2015 1:13 pm

Re: Adjusting Size Limit for Fix Definition

Post 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.
augustk
Posts: 27
Joined: Tue Feb 05, 2019 11:54 am

Re: Adjusting Size Limit for Fix Definition

Post by augustk »

Adam|Dyalog wrote:The current limits are available at viewtopic.php?f=22&t=854

OK, thanks! I have bookmarked the page.
Post Reply