Stored variables are a little tricky because they start out with a null value. So you have to do when screen opens → if stored variable = null → set stored variable to [some value]. That value can be zero (0) or an empty string ("") or any other value.
2 Likes