Hello, I've been looking through the Help files with both DB demos and am not sure (or getting a help error) when looking for answers to a couple questions. Maybe you folks with more experience can help/advise:
1) Can it be written into a program so a person can save data to a file, like a txt file, that can be called up later (in other words, can you "save your game" when playing a DB product)? It looked like you could save arrays, but I wanted the user to be able to save data such as their character's name, etc as well in a "save file." Which leads to question#2:
2) Can you allow the user to input text to name their character(s), change names of variables stored in the game, etc? Or are they stuck with the variables/names I hardcode into the program?
3) How much memory for text can you write into a program? My last programming was in Visual Basic 9 years ago, and I really had to cram as it ran out of memory. I wanted to start real simple and do a sort of "interactive book," with lots of text and choices for the player, sort of like one of those "choose your own adventure" type books, but able to hold more data, etc. Would this work, or would memory chop me short?
Thanks for any help, and my apologies if I missed these answers somewhere else...