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