How to Raise the Limit on Number of Vars

Posted By: OptimusPrime

How to Raise the Limit on Number of Vars - 04/08/19 17:53

Hi Team:

>> Is there a way to raise the limit on the number of allowed vars? <<

I am working on a project that has hit the limit. Zorro stalls or crashes if I add any new arrays. I will focus on trimming the code later but for now, I just want to add the new content.
Posted By: Dalla

Re: How to Raise the Limit on Number of Vars - 04/09/19 06:01

Increasing TradesPerBar can help if you hit the "Too many series" error.
Maybe see if that helps?
Posted By: jcl

Re: How to Raise the Limit on Number of Vars - 04/09/19 07:19

I know only one programming language with a limit on number of vars, and that was Tiny Basic from 1980. Your problem has likely a different reason. Have you declared the arrays as static?
Posted By: OptimusPrime

Re: How to Raise the Limit on Number of Vars - 04/10/19 09:21

Okay, thanks.. I will look into that.
© 2024 lite-C Forums