[comp.lang.eiffel] making a string out of an integer

greg@eemips.tamu.edu (Greg Economides) (09/11/90)

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