Proektsoftbg / Calcpad

Free and open source software for mathematical and engineering calculations.
https://calcpad.eu
MIT License
313 stars 38 forks source link

Input value goes back to initial values after reopening the program #243

Closed strsthapa closed 6 months ago

strsthapa commented 6 months ago

Code: - I_x =? {48} in^4 This is the original value the I_x was set, when the program is executed and new values are replaced the calculations are done for the updated values, however when I close and reopen the program the I_x value goes back to 48 instead of last value. It would be useful if it's replaced by the last user input value.

Proektsoftbg commented 6 months ago

Hi!

Did you try to save the file with the new values? You need to save it to persist the new values for the next time.

strsthapa commented 6 months ago

Yeah! it works, thank you :)