×
Menu
Index

TBOSDT Global Variable

 
Description:
This global variable indicates the version of TBOSDT being used.  The format of this string variable is:  V.vv – L
Where V.vv is the version number and L is the level.  Level A indicates TBOSDT Professional, Level B indicates TBOSDT Professional for BootIt.
 
Example:
sub main()
   printl("Version: ", tbosdt) // outputs Version: 1.29 - A
end sub