Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!rochester!udel!gatech!news.sprintlink.net!in1.uu.net!noc.near.net!vtf.idx.com!news
From: sra@idx.com (Steve Alpert)
Subject: newbie question on concatenating strings
Message-ID: <1995Aug28.130019.29932@vtf.idx.com>
Sender: news@vtf.idx.com (USENET News System)
Reply-To: sra@idx.com
Organization: IDX Systems Corp
X-Newsreader: Forte Agent .99.82
Date: Mon, 28 Aug 1995 13:01:08 GMT
Lines: 15

I just finished a short course in OOP using another language and I dragged
my old Smalltalk/V 1.1 out and thought I'd try the "real thing."  I'm
trying to return as the value of a method a string that is the
concatenation of both instance variables (strings) and constant strings.

Do I have to create the "+" method for strings?  Anyone got a simple
solution?

tnx, steve


  /------------------------------------------------------------------------\
  >    Steve Alpert (W1GGN)  IDX Systems Corp.   Boston, Massachusetts     <
  \--------------------------- sra @ idx.com ------------------------------/

