| 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}
» "This feature requires Frontier 189.0 and this is version 5.1.5b8."
|
| 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
date.versionLessThan
|