Search Results for

    Show / Hide Table of Contents

    UpperCase

    Function Parameters Return value
    UpperCase string s string

    Converts all characters of "s" to upper case and returns a result.

    Example:

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