Name

Concat Function

Syntax

function Concat(const S1, S2, ....: string): string;

Description

The Concat function concatenates all the strings given as arguments into a single string. It is the same as using the `+' operator: S1 + S2 + .... The Concat function is built into the compiler and is not a real function.

There is no performance difference between using the + operator and calling Concat.

See Also

Copy Function, Delete Function, Insert Procedure, SetLength Procedure, SetString Procedure
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset