Skip to main content

CommonCompareVersion

Callable

  • CommonCompareVersion(Current: string, Other: string): -1 | 0 | 1

  • Compares two version numbers and returns -1/0/1 if Other number is smaller/same/larger than Current one


    Parameters

    • Current: string

      Current version number

    • Other: string

      Other version number

    Returns -1 | 0 | 1

    Comparison result