Post Reply 
Program without using variables?
10-20-2023, 01:04 PM
Post: #12
RE: Program without using variables?
Quote:Is there a different way to store variables without committing them to memory?
Keep in mind that the numbers are in memory whether they're on the stack or in a variable. The variable takes a little more space for the name and some overhead.

What you're doing sounds to me like a classic example of what directories for are. Create a directory for the program to run in. Store the variables in that directory. I don't recommend putting them on the stack because the user might modify the stack between pressing the soft keys.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Program without using variables? - DM48 - 10-03-2023, 09:04 PM
RE: Program without using variables? - MNH - 10-04-2023, 12:29 PM
RE: Program without using variables? - MNH - 10-04-2023, 05:53 PM
RE: Program without using variables? - MNH - 10-05-2023, 11:47 AM
RE: Program without using variables? - MNH - 10-05-2023, 11:38 AM
RE: Program without using variables? - MNH - 10-07-2023, 02:26 AM
RE: Program without using variables? - David Hayden - 10-20-2023 01:04 PM



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