| The "little rectangles and exclamation marks" =) are perfectly normal, so you don't have to worry about changing your st/cs files before you turn them in. Whatever you file out should file back in just fine if you leave it as is. The little rectangles are just a platform conversion problem (from my understanding, apparantly from \r\n escapes, or something similiar), and the exclamation points are used as delimiters for filing back in (have a look at fileInAnnouncing: in PositionableStream =) Shaggz |
| I found a workaround to this. This is for Win9x,NT,2000 users only. Open up the system browser and click on the category "System-Files". Now select the FileStream class and find a method named concreteStream on the "class" side. In the method body change the line that reads ^StandardFileStream to ^CrLfFileStream and accept the changes. Now when you file out the files will be nice looking and readable in windows. |
| Just put the workspace text in a file and submit that file. You can use cut-and-paste, or you can do it within Squeak by using the FileList. -Lex Spoon |
| Well, I don't know what Lex did in class, but there is a working solution up on the solutions page. Shaggz |
| I've tweaked it, now, the way it was done in class, so that there is a collection of 3 PTM's instead of 3 individual variables. -Lex Spoon |