verifyBuild()
verifyBuild( buildNum )
New in EFS2. Compares the user's eSignal build number to the buildNum value passed to the function. If the user's build number is older than the value passed, a message will be displayed on the user's chart along with a hyperlink to the eSignal download page.
Parameters
buildNum |
the build number to be used as the cutoff |
Usage
function main() {
//ensure that the user is at least running eSignal Build 719
verifyBuild( 719 );
}