SockVersion

The SockVersion() call provides the version of RxSock.

Syntax:

>>--SockVersion()--------------------------------------------------------><

Return Values:

The returned value is in the form version.subversion, for example 2.1.

Prior to Version 1.2, this function did not exist. To check if a former version of Rxsock is installed, use the following code after loading the function package with SockLoadFuncs():

/* oldVersion is 1 if a version of RxSock < 1.2 is loaded */
oldVersion = (1 = RxFuncQuery("SockVersion"))