Search Results for

    Show / Hide Table of Contents

    Program Flow

    Choose

    Function Parameters Return value
    Choose double index,``params object[] choice object

    Returns an element of the "choice" array with the index specified in the "index" parameter. The first array element has 1 index.

    Example:

    Choose(2, "one", "two", "three") = "two"
    
    Back to top © 1998-2025 Copyright Fast Reports Inc.