Frontier.versionRequired
| Syntax |
Frontier.versionRequired (version)
|
| Params |
version is a version string indicating the least version of Frontier the script requires.
|
| Action |
Determines whether the user's version of Frontier is newer than the required version.
|
| Returns |
True if the user has at least the required version of Frontier.
|
| Examples |
Frontier.versionRequired ("5.0") » true
try {Frontier.versionRequired ("189.0")} else {tryerror}
|
| Notes |
This verb is implemented as a script. This verb throws a scripError if the user does not have a recent enough version of Frontier.
|
| See Also |
Frontier.version
|