How to add your knowledge

productMajorVersion()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1

    Synopsis

    Returns a string describing the major version of the Product environment in which the Intent Kernel is embedded. For Intent, it returns a string containing an integer, such as "25". For other Products, it will return a different string, indicating the major version of the Product environment.

    Syntax

    productMajorVersion ( ) As String 

    Example 1

    Intent >productMajorVersion()
    --> "25"