Doc:

I've updated the KixVer function to support the new values returned by 4.22.

Calling:
code:
KixVer(4.22)

causes the script to terminate with an error if you're running the 4.22 beta or RC version.

Calling:
code:
KixVer(4.22,0,1)

causes the script to continue quietly if you're running the 4.22 beta or RC version. The third arg, when true, permits beta and RC versions.

Calling:
code:
KixVer(4.22,1)

causes the script to continue, but return an error if you're running the 4.22 beta or RC version. The second option, when true, allows your script to handle "outdated version" issues.

Calling:
code:
KixVer(4)

Allows the script to continue if you're running any (non-beta/RC) version of Kix that's 4.0 or higher.

Here's the UDF: KixVer() function

Glenn
_________________________
Actually I am a Rocket Scientist! \:D