Phone Directory

This Scratch code lets you enter a last name and will then print out the telephone number (or email for that person). If there is more than one person with that last name they will all be printed out. To resize the the window had to be resized by dragging on the window corner, but then it remembered its size. There was also a problem with importing a list. I could import a text file by right clicking on the window frame, but the file had an extra return character and then the names in the list weren't found. To compensate for that a list was loaded manually in a function.