getCompatContextVersion
getCompatContextVersion(
)
=> x_compatVers
Description
Returns the compatible context version (for IC 6.1.6/CAT 33.00, the compatible context version is 601).
Do not use the 601 or 602 context version values directly in SKILL functions. Use getCompatContextVersion, getNativeContextVersion, or getCurSaveContextVersion instead to retrieve the values of context versions.
Arguments
Value Returned
Examples
getCompatContextVersion()
601
Related Topics
Return to top