Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The lessons
#1
The QB lessons:
http://www.qbasicnews.com/sections.php?id=5&lesson=2

Quote: The "numbers" category is further broken down into four areas. The regular type, called integers, require no symbol, or can be followed by a %.

Default variable type is single floating point numbers.
Reply
#2
Good catch, Z!re, but why are you reading a LET tutorial anyways? Big Grin
I'd knock on wood, but my desk is particle board.
Reply
#3
A friend want to learn how to program...

So I just looked them all up =)



This one here on QBN is the only basic oe there is...... and it sucks...



It doesent explain the basics.. like.. WHAT IS A VARIABLE...

Or, why you need to have the type declaration after one (!, #, %, &, $)








And, btw, reading a LET tutorial is always good... I never knew you could do this for example (also from the lessons):

Code:
number=number+2, number=number+1

Hehe, fix anyone?
Reply
#4
have u looked at qbasic.com's tuts? they are good for newbie.
Reply
#5
forgot about qbasic.com... thanks...
Reply
#6
how could you?! You are not loyal to QB! :evil:

:lol: :lol:
Reply
#7
Quote:It doesent explain the basics.. like.. WHAT IS A VARIABLE...

Won't anyone past grade 4 know this?
In a race between a rock and a pig, don't varnish your clams." -- "Dilbert"
Reply
#8
I think, when my sites up, i'll throw as many tuts up as possible, from newb to expert [all either done by me, or contributed, since i am, by no means, a master qber]

Oz~
Reply
#9
aardvark: Yes, a variable.

But since when do you get tought why:
Code:
blarg% = 1
blarg% = blarg! + blarg#

Will make blarg = 0


It took me almost an hour to explain, because he had just read on, ignoring the variable types, thinking it would work anyways....
Reply
#10
Quote:But since when do you get tought why:
Code:
blarg% = 1
blarg% = blarg! + blarg#


Will make blarg = 0

Good point.
In a race between a rock and a pig, don't varnish your clams." -- "Dilbert"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)