CCS Standardfunction   StrCat [Str]
 

StrCat [Str]

String1 [Str]

String2 [Str]

...

String10 [Str]

Description of Function

Joins up multiple individual strings to form a single complete string.

Testing Points

None

Parameters

String1...10

String (or variable that contains a string). All strings specified are joined up. Spaces are included. Only those parameters that are actually necessary need be specified. The remaining parameters are left blank.

Example

Where W1 is a variable containing the string 'ABC'
and W2 is a variable containing the string 'XY'

StrCat

0BBE,,,W1,F3,W2,,,,,

Æ '0BBEABCF3XY'