To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic User Guide
CSUB Toolkit
Version
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
Version
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 */