[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2008-10-28T20:55:00-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/2800 2008-10-28T20:55:00-05:00 2008-10-28T20:55:00-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=18219#p18219 <![CDATA[QB/FB discriminator]]> Statistics: Posted by sid6.7 — Tue Oct 28, 2008 8:55 pm


]]>
2008-10-25T06:50:49-05:00 2008-10-25T06:50:49-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=18209#p18209 <![CDATA[QB/FB discriminator]]>

Code:

Declare Sub TestVersion ()Dim Shared VersionTestVersion: If Version = 1 Then Print "This is FreeBasic" Else Print "This is Quickbasic"Sub TestVersionVersion = 1End Sub  
Test it under both compilers!

Statistics: Posted by angros47 — Sat Oct 25, 2008 6:50 am


]]>