I think you might have misunderstood question 1. Thus, I will provide a more detailed explanation. Right now, I'm storing my monster data within the DBPro code like so.
Monster1
data "Scaryness",1,250,12,16
Monster2
data "Nasty Thing",2,400,16,18
I randomly choose a monster like so
monsterchoose = rnd(1)+1
if monsterchoose = 1 then restore Monster1 else restore Monster2
read name$,level,exp,str,dex
What I'm wanting to do, in an attempt to create a modibility into the program, is to store these stats within a text file. My question, specificly, is whether there is a way to move to a certain spot within an open file, much in the same manner as the Restore command. In this way, one can insert monsters, items, even spells without DBPro.
Thanks on Question 2. I'll have to work on that one a bit. Search engines are a new thing to learn, obviously

.
Usermlsra - Causing Havoc with a Smile