Version

UltraCalcFunctionTrim Class

Removes any leading or trailing spaces from a text value, and normalizes runs of whitespace within a text value.
Syntax
'Declaration
 
Public Class UltraCalcFunctionTrim 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionTrim : BuiltInFunctionBase 
Remarks

TRIM(text_value)

Text_value is a piece of text to trim and normalize the white space of. Trimming removes all leading and trailing white space. Normalization reduces runs of consecutive whitespace appearing within the text_value to single blank spaces.

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