Returns the Connectivity Kit revision in the format Major.Minor.Release.Build.
Function CKRevision Returns String
| Call: | Get CKRevision to StringVariable |
Returns the Connectivity Kit revision in the format Major.Minor.Release.Build.
You can use this function to display the current revision number of the Connectivity Kit.
Procedure ShowCKRevision String sDRiverID
Handle hoCLIHandler
Get Create U_cCLIHandler To hoCLIHandler
Set psDriverID To sDRiverID
Showln (CKRevision(hoCLIHandler))
Send Destroy Of hoCLIHandler
End_Procedure // ShowCKRevision
See Also
CKMinorRevision | CKMajorRevision | CKBuildRevision | CKReleaseRevision