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

Both sides previous revisionPrevious revision
Next revision
Previous revision
finding_20the_20version_20number [2018/04/17 16:15] – Added syntax highlighting tbest3112finding_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> <code bb4w>
         DEF FNversion         DEF FNversion
Line 14: Line 17:
         = RIGHT$(V$,5)         = RIGHT$(V$,5)
 </code> </code>
-You can call the procedure in a context such as this:\\ + 
 +You can call the procedure in a context such as this: 
 + 
 <code bb4w> <code bb4w>
         version$ = FNversion         version$ = FNversion
         PRINT version$         PRINT version$
 </code> </code>
finding_20the_20version_20number.1523981729.txt.gz · Last modified: 2024/01/05 00:17 (external edit)