Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> spxvernumget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SPXVerNumGet()
------------------------------------------------------------------------------
 Purpose:
 Get the SPX version number.

 Syntax:
 lpszVerNum = SPXVerNumGet()

 Parameters:
 None.

 Returns:
 A character string of length 4.

 Description:
 SPXVerNumGet() returns the SPX version being used by the calling
 workstation. Returns an empty string if SPX is not running or if an error
 has occurred.

 Example:
 // To find out if SPX is loaded and the SPX version in use:
 if( SPXInstalled() )
    ? "SPX is installed and running OK"
    ? "The SPX version is ", SPXVerNumGet()
 else
    ? "SPX is NOT installed"
 endif

See Also: SPXPktGet() SPXPktSnd() SPXConnect()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson