It’s not that simple… Saving doesn’t really work like that. In SMILEBASIC if you want to save something then you must either save a single string or an array. You could push each variable into an array and when you want to load it then have to pop the array in reverse order. Quite annoying to do for a lot of variables.