getCurSaveContextVersion
getCurSaveContextVersion(
)
=> x_curVers
Description
Returns the current saveContext version (the version which the new context will have.) The possible return values are, 601 for compatible contexts and 602 for native contexts (for IC 6.1.6/CAT 33.00)
Arguments
Value Returned
Examples
setSaveContextVersion(getNativeContextVersion())
601
getCurSaveContextVersion()
602
Related Topics
Return to top