Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!helios!eemips.tamu.edu From: greg@eemips.tamu.edu (Greg Economides) Newsgroups: comp.lang.eiffel Subject: making a string out of an integer Message-ID: <8128@helios.TAMU.EDU> Date: 10 Sep 90 21:03:34 GMT Sender: usenet@helios.TAMU.EDU Distribution: usa Organization: Texas A&M University, College Station Lines: 16 I want to use class GTEXT to print the result of an integer computation. I have an integer (v: INTEGER) which gets assigned a value in a line like this: v := i * 33; Then I want to turn the result into a string to use in the "put" routine of the GTEXT class. How do I go about doing this?? Peace, -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Greg Economides Internet: greg@zadok.tamu.edu Texas A&M University greg@eemips.tamu.edu