Post Reply 
is my program too big to edit?
07-29-2015, 10:43 AM
Post: #2
RE: is my program too big to edit?
In general you can:

1. Modularize your program, by using 'external' subprograms that do not occupy memory until needed, and release memory when done. Each subprogram is much shorter, thus saving program memory.

2. Use reserved variables instead of locals.

3. Reduce the number of User variables or CAS vars, by re-using vars that are no longer necessary.

Would any of these things be helpful for you?

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
is my program too big to edit? - salvomic - 07-29-2015, 09:56 AM
RE: is my program too big to edit? - DrD - 07-29-2015 10:43 AM
RE: is my program too big to edit? - eried - 09-08-2015, 06:34 PM
RE: is my program too big to edit? - eried - 09-09-2015, 10:39 AM



User(s) browsing this thread: 1 Guest(s)