Version

UltraCalcFunctionConcatenate Class

Combines two or more text values into a single text string.
Syntax
'Declaration
 
Public Class UltraCalcFunctionConcatenate 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionConcatenate : BuiltInFunctionBase 
Remarks

CONCATENATE(text1, text2, ..., textN)

Text1, text2, ..., textN are multiple text values that you want to concatenate into one text string. These text values may be text strings, numbers (which will be converted into text), or a single value reference (such as a cell reference) containing such a value.

This function provides for elementary text processing in UltraCalc, such as when building message text or appending some connective text or punctuation to the results of evaluating other text-bearing expressions.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also