Adjusting Size Limit for Fix Definition
Adjusting Size Limit for Fix Definition
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
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.
- Adam|Dyalog
- Posts: 143
- Joined: Thu Jun 25, 2015 1:13 pm
Re: Adjusting Size Limit for Fix Definition
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.
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
Adam|Dyalog wrote:The current limits are available at viewtopic.php?f=22&t=854
OK, thanks! I have bookmarked the page.