Store variable stopping my app

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

2 Likes