Hi,
Can I still make use of SavedState in an offline program or is this useful for server programs only? If not, what other alternative can I use in place of SavedState?
Thanks.
Rocel
(RPG) Offline : SavedState
-
tsupartono
- Posts: 289
- Joined: Wed Apr 18, 2012 10:21 am
Re: (RPG) Offline : SavedState
You can use shared states in offline program.
Some alternatives:
- If the data does not need to be persistent and is used to share information between scripts in a form, you can use form
- You can use local database table to store persistent state information.
Some alternatives:
- If the data does not need to be persistent and is used to share information between scripts in a form, you can use form
- You can use local database table to store persistent state information.