March 2000
Intermediate to advanced
576 pages
18h 13m
English
Concat Function
function Concat(const S1, S2, ....: string): string;
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.
| Copy Function, Delete Function, Insert Procedure, SetLength Procedure, SetString Procedure |
Read now
Unlock full access