CKMajorRevision - cCLIHandler
Returns the major revision of the Connectivity Kit.
Type: Function
Return Data Type: Integer
Syntax
Function CKMajorRevision Returns Integer
Call Example
Get CKMajorRevision to IntegerVariable
Description
Returns the major revision of the Connectivity Kit.
Sample
You can use this function to display the current major revision number of the Connectivity Kit.
Procedure ShowMajorCKRevision String sDRiverID
Handle hoCLIHandler
Get Create U_cCLIHandler To hoCLIHandler
Set psDriverID To sDRiverID
Showln (CKMajorRevision(hoCLIHandler))
Send Destroy Of hoCLIHandler
End_Procedure // ShowMajorCKRevision
See Also
CKMinorRevision | CKRevision | CKBuildRevision | CKReleaseRevision
Return Value
Returns the major revision of the Connectivity Kit.