kellypayton
MIS
Hey thank you all for your help on my other problems youve been great.
Is it possible to write data to a flatfile but add it to the top of the list instead of under the others?.
This is what i use to write to the file:
print GFILE "$gametitle\n";
but it adds the entry to the bottom of the list, i want to add it at the top. Like move the other entries down and then add the new one at the top, can this be done and if so how please?.
Is it possible to write data to a flatfile but add it to the top of the list instead of under the others?.
This is what i use to write to the file:
print GFILE "$gametitle\n";
but it adds the entry to the bottom of the list, i want to add it at the top. Like move the other entries down and then add the new one at the top, can this be done and if so how please?.