CodBi
    Preparing search index...

    Class V

    This Element-Placeholder acquires a global variable's value.

    Placeholder Parameter: -1st: The name of the global variable. -2nd: REPORT if a CodBiError shall be thrown when the global variable isn't existent. Otherwise an empty string will be acquired.

    Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)

    Index

    Constructors

    Methods

    Constructors

    • Returns V

    Methods

    • Acquires the value of the global variable specified by the 1st parameter.

      Parameters

      • params: string[]

        The parameters for that Element-Placeholder (provided by CodBi).

      Returns string

      A CodBiError if the specified global variable couldn't be found if the second element of params is set to REPORT. Otherwise a empty string will be returned.