Skip to main content

VER Library

This is a simple utility library to dynamically check the version of Iguana from the script and perform different processes that may be version-specific. This is useful for ensuring your code runs smoothly across different versions of Iguana where APIs may have changed or certain features were introduced.

There are three main functions:

  1. VERcheckGreaterThanOrEqual - helper function for checking if Iguana runs on a version greater or equal to a specified version

  2. VERcheck - calls VERcheckGreaterThanOrEqual and will trigger an appropriate error if the version is too low

  3. VERcomponentDir - returns the location of the component directory based on whether Iguana is running on version 10.1.103 or higher