Spread WPF 17
Spread WPF Documentation / Formula Reference / Formula Functions / TRIM
In This Topic
    TRIM
    In This Topic

    Summary

    This function removes extra spaces from a string and leaves single spaces between words.

    Syntax

    TRIM(text)

    Arguments

    The argument specifies the string containing the spaces you want to remove.

    Data Types

    Accepts string data. Returns string data.

    Examples

    TRIM("" First    Quarter"") gives the result First Quarter

    See Also