From: timo on
when using find_system(), some of the items returned is giving me the following results:
[1x102 char]
[1x103 char]
[1x101 char]
[1x110 char]
[1x103 char]
[1x98 char]
[1x99 char]
[1x81 char]
[1x94 char]

did it reach the character limit of the ans matrix? Can I increase the limit?
From: dpb on
timo wrote:
> when using find_system(), some of the items returned is giving me the
> following results:
> [1x102 char]
> [1x103 char]
> [1x101 char]
> [1x110 char]
> [1x103 char]
> [1x98 char]
> [1x99 char]
> [1x81 char]
> [1x94 char]
>
> did it reach the character limit of the ans matrix? Can I increase the
> limit?

No idea wht find_system() is/does, but it's the way ML typically
displays cell contents.

Defererence w/ the curly brackets to see contents.

--