Search Results for

    Show / Hide Table of Contents

    Trim

    Function Parameters Return value
    Trim string s string

    Removes all occurrences of white space characters from the beginning and end of the "s" string.

    Example:

    Trim("  ABC  ") = "ABC"
    
    Back to top © 1998-2025 Copyright Fast Reports Inc.