This information was provided by Claris Corporation on 16 March 1998, and incorporated into Apple Computer's Tech Info Library.
(Notice that in ClarisWorks, the field names are surrounded by apostrophes)
In ClarisWorks, there is also a concatenation function built in. The following formula produces the same results as the above two:
Full Name (calculation, text result) = Concat('First Name',"^",'Last Name')
This means, 'link together the following items: the entry in the First Name field, a space, and the entry in the Last Name field.'
To go to the next line in FileMaker add & "¦" to the concatenation where you want the line to break. However, in ClarisWorks, using either method above, you cannot place a carriage return within the concatenation. In addition, ClarisWorks calculation fields do not word wrap to a second line. They will only use one line one line, so any calculation result which continues beyond the width of the field will be cropped.