CSB_VER
Description
This macro returns the version number of the keyboard and display routine jump table. It can be used by the CSUB to determine if it is running on a version of HTBasic that includes the required defined entries.
Example
if( CSUB_VER < REQUIRED )
return( 2009 ); /* report the error */
|