Re: too many local variables

From: John E. Davis <davis_at_email.domain.hidden>
Date: Mon, 3 Dec 2007 12:32:37 -0500
rgibson_at_email.domain.hidden> Anything I can do about this error?
>
>isis> evalfile("plotFluxes.sl");
> Too many local variables
> ./plotFluxes.sl:999:<top-level>:Syntax Error
[...]
> Is the stack size (and/or # of local variables) configurable?

No-- it would require recompiling slang. S-Lang functions are limited
to a maximum of 255 local variables.  I encourage you to break up your
function into several smaller ones.

--John

----
You received this message because you are
subscribed to the isis-users list.
To unsubscribe, send a message to
isis-users-request_at_email.domain.hiddenwith the first line of the message as:
unsubscribe
Received on Mon Dec 03 2007 - 12:32:48 EST

This archive was generated by hypermail 2.2.0 : Mon Dec 17 2007 - 15:58:21 EST