But how do I Read the txt files, so that it displays the scorelist as I want to?

1.petter 6789
2.nina 4567
.
.
10.lars 1234

I use but it only shows one name. I want to sisplay al names and show it like i showed above....
I dont have any "books" that shows me how to do this save and read things. Only learned what I know from study codes.... but have some troubles understand....
This code I use to read and show the player name. But it shows only one name, or when I use file_open_append it shows al the names after each other like this
petterninalars.... I want them to be separated and each name on a new line....how do I do that. I am greatefull for al help.
Code:
 		function show_Player() 
{
var filehandle;

filehandle = file_open_read ("playerName.txt");//open the file
file_str_read (filehandle, playerName_str);//we copy the string to display_string
file_close (filehandle);//close the file
playerName_txt.visible = on;//make the text visible

}




Programmer in training... Own GameStudio Commerical 6.50