User Tools

Site Tools


finding_20the_20version_20number

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
finding_20the_20version_20number [2018/03/31 13:19] – external edit 127.0.0.1finding_20the_20version_20number [2024/01/05 00:22] (current) – external edit 127.0.0.1
Line 1: Line 1:
 =====Finding the version number===== =====Finding the version number=====
  
-//by Richard Russell, January 2010//\\ \\  You can discover the version number of **BBC BASIC for Windows** using the following procedure:\\ +//by Richard Russell, January 2010// 
 + 
 +You can discover the version number of //BBC BASIC for Windows// or //BBC BASIC for SDL 2.0// using the following procedure: 
 + 
 +<code bb4w>
         DEF FNversion         DEF FNversion
         LOCAL F%, V$         LOCAL F%, V$
Line 12: Line 16:
         CLOSE #F%         CLOSE #F%
         = RIGHT$(V$,5)         = RIGHT$(V$,5)
-You can call the procedure in a context such as this:\\ +</code> 
 + 
 +You can call the procedure in a context such as this: 
 +  
 +<code bb4w>
         version$ = FNversion         version$ = FNversion
         PRINT version$         PRINT version$
 +</code>
finding_20the_20version_20number.1522502361.txt.gz · Last modified: 2024/01/05 00:17 (external edit)