You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

String Intrinsic Functions - BlankConcat Method
Concatenate strings with a blank between each
Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

String

Resulting string

String1

*Input

String

String to concatenate

String2

*Input (Optional)

String

String to concatenate

String3

*Input (Optional)

String

String to concatenate

String4

*Input (Optional)

String

String to concatenate

String5

*Input (Optional)

String

String to concatenate

String6

*Input (Optional)

String

String to concatenate

String7

*Input (Optional)

String

String to concatenate

String8

*Input (Optional)

String

String to concatenate

String9

*Input (Optional)

String

String to concatenate

Details


BlankConcat concatenates up to 10 strings, inserting a blank between each parameter.
All trailing spaces are trimmed. Leading spaces are left as is.

Example


In this example, if #Firstname contained "Veronica" and #Surname contained "Brown", the result would be "Veronica Brown".
#Result := #Firstname.BlankConcat(#Surname)

See also

All Component Classes
Technical Reference

  • No labels