Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!sdd.hp.com!hplabs!hpcc01!hpbbn!hpgnd!benoit From: benoit@hpgnd.HP.COM (Benoit MINSTER) Newsgroups: comp.sys.mac.apps Subject: Re: excel CONCAT function? Message-ID: <13580001@hpgnd.HP.COM> Date: 12 Jul 90 11:10:34 GMT References: <14397@csli.Stanford.EDU> Organization: Hewlett-Packard, GND Lines: 4 An operator does the job: it's &. for instance: "hello" & " world" returns "hello world". I hope this will help you. Benoit.