Next Topic

Previous Topic

Book Contents

SetScriptVersion

SetScriptVersion(int iMajor,int iMinor)

Parameters

  • iMajor - The major version number of the script.
  • iMinor - The minor version number of the script.

Remarks

The author of the script should set a version number of the script. A major version of 0 indicates that the script is in a "beta" stage and should only be used for further development by other users. Each time the script is modified, version number should be increased. A change in the major version number should reflect a large re-write or improvement, the minor version number indicates a smaller improvement.