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:
-
VERcheckGreaterThanOrEqual
- helper function for checking if Iguana runs on a version greater or equal to a specified version -
VERcheck
- callsVERcheckGreaterThanOrEqual
and will trigger an appropriate error if the version is too low -
VERcomponentDir
- returns the location of the component directory based on whether Iguana is running on version 10.1.103 or higher