Search Results for

    Show / Hide Table of Contents

    IIf

    Function Parameters Return value
    IIf bool expression,``object truePart,``object falsePart object

    Returns the "truePart" value, if the "expression" is true. Otherwise, returns the "falsePart" value.

    Example:

    IIf(2 > 5, "true", "false") = "false"
    
    Back to top © 1998-2025 Copyright Fast Reports Inc.