there are multiple ways to do this
an easy way: you could use the
imput command, which saves the user input in a variable
then you can add the file extension to that variable like this:
variable$=variable$+".sav" or something like that
and then you can use
save array array,variable$
just check the help about the imput and the save/load array commands
you can also try to make your own imput function, coz the imput command coming with DB is quite limitated
to do this you'll need a variable, and each time the user types a character, this has to be added to your variable
something like this: input$+inkey()
but you have to make that this only happens once, until the key is released and another one is pressed (otherwise you'll have many repeated characters)
[href]www.bernardfrancois.com[/href]