Qbasicnews.com

Full Version: Timer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Neo: Ah, thnx.

Rattra: Thanks anyways. I didn't realize that everything starts out as an integer in FB. I thought it was a single...
No worries, I forget myself from time to time... :wink:
The integers by default is one of the biggest differneces between qb and fb. If you recompile a QB program in FB ,be sure of adding DEFSNG a-z at the top of it or nothing will work...

Singles by default ensurs newbies will not be confronted with weird rounding issues. And integer by default is using the native numeric format of the processor and makes everything lightning fast....
Ya. If I remember correctly from my 15 min crash course in Java (note: not the script), Integers are primitive variable types. And you have to do all kinds of code with those things to work.
Pages: 1 2