[newbie] How do you save to a file?

Jarvis, Robert P. Jarvisb at timken.com
Tue Apr 20 11:45:10 UTC 1999


There are also the Squeak Wiki site at Georgia Tech:

	http://minnow.cc.gatech.edu/squeak.1

Bob Jarvis
The Timken Company

> -----Original Message-----
> From:	Bolot Kerimbaev [SMTP:bolot at cc.gatech.edu]
> Sent:	Monday, April 19, 1999 6:08 PM
> To:	squeak at cs.uiuc.edu
> Subject:	Re: [newbie] How do you save to a file?
> 
> On Mon, 19 Apr 1999, Roland of Gilead wrote:
> > I've been poking around learning and was trying to save to a file. How?
> Here's an example:
> 
> | file |
> file := FileStream fileNamed: 'myfile.txt'.
> file open.
> file nextPutAll: 'Some string'.
> file close.
> 
> > What is the best text for learning Squeak?
> There's an online tutorial, can't remember the URL, will send soon.
> 
> > I like when I have a paper book to lean from.
> I may be revealing a top secret info, but somebody is writing a Squeak
> book.
> 
> Bolot





More information about the Squeak-dev mailing list