We're using about 100 global (single word) variables that need to be stored between sessions. Can I store them as custom properties of the stack, and then re-populate the globals with the saved values at the next startup? Is this the best method? Thanks, Kurt