MAINSAIL Language Manual, Section 32.51

previous   next   top   contents   index   framed top   this page unframed


32.51. $concat

Figure 32–50. $concat
COMPILETIME
STRING
PROCEDURE   $concat     (STRING r,s;
                         
OPTIONAL POINTER($areaarea);

The PROCEDURE $concat performs the operation specified by the MAINSAIL STRING concatenation operator, &; i.e.:

$concat(r,s) = r & s

area is the destination area for the resulting STRING if new STRING text is generated; see Section 29.4. $concat needs to be used instead of & only if area is specified.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 32.51