Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!haven.umd.edu!ncifcrf!fcs260c2!toms From: toms@fcs260c2.ncifcrf.gov (Tom Schneider) Newsgroups: comp.lang.postscript Subject: Re: String Concatination Message-ID: <2156@fcs280s.ncifcrf.gov> Date: 13 May 91 17:33:54 GMT References: <1991May12.223939.14987@wam.umd.edu> Sender: news@ncifcrf.gov Organization: NCI Supercomputer Facility, Frederick, MD Lines: 16 In article <1991May12.223939.14987@wam.umd.edu> mikec@wam.umd.edu (Michael D. Callaghan) writes: >I have two strings, say firstname and lastname. >I want to make them into one, say fullname. Look on page 106: String operators. You should be able to construct what you want (some what awkwardly) using the copy and length functions. (Or get/put or getinterval/putinterval.) Maybe someone else has already devised a simple 'concat' function? Tom Schneider National Cancer Institute Laboratory of Mathematical Biology Frederick, Maryland 21702-1201 toms@ncifcrf.gov