Weekly Qbasic and Qb64 Lesson Topics
April 18, 2024, 11:18:46 am
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Want to see a specific Tutorial? ASK!
 
  Home Help Search Arcade Links Staff List Login Register  

Q-Basic Chapt1

Pages: [1]
  Print  
Author Topic: Q-Basic Chapt1  (Read 1695 times)
GarrisonRicketson
Admin
Administrator
Hero Member
*****
Posts: 583



WWW
« on: July 17, 2011, 09:37:39 pm »

Since it is almost impossible to do this the way I thought I would,... I decided to take a different approach,..
This is my new approach   MY NEW APPROACH   This new aproach, links to the new site I am working on,...and the way I was planning to start doing weekly lessons,...This is still a "plan",...
  Below are some screen shots from Clippys Q-basics,...how it starts out,...


 Then from here I am going to start a qb64 basics topics,...with the most basic things, a new person needs to learn, just to start,....The easiest and first command, PRINT

PRINT 
Code:
'copied from the wiki
PRINT CHR$(34); "Hello world!"; CHR$(34) ' adding quotation marks
PRINT 123 'demonstrates the positive leading space
a$ = "Hello country!": a = 321: b = -321
PRINT a$, a ' demonstrates comma in statement
PRINT a$; a ' demonstrates semicolon in statement
PRINT a$ + STR$(b) ' concatenation of string numerical values only
? "Hello city!" ' a ? changes to PRINT after moving cursor from the code line in IDE
Then here is some more on Print, my own code
Code:
PRINT "Hello WORLD"
         PRINT 3+3
         PRINT 9*9
         PRINT "there is many things that can be done just with Print" 
         PRINT " So look at the wiki, or ask any question here"       
from Garry
http://creativeminds.webege.com/phpBB3/index.php
Edited:, Note any of the color highlighted words, are links,..for those that can not figure that out,...
Edited:  Ok now I remember what I was doing,..I am sorry for the confusion. This all was at the same time, the problems started with the ex-admin,...He got all kinds of upset, when I started wanting to discuss code from Q-basics, by Ted (Clippy)...So any way, I hope to now, just go on with weekly lessons, useing any code and any tutorial, that is worthy,...Lets move on....
« Last Edit: September 07, 2011, 08:55:16 pm by GarrisonRicketson » Report Spam   Logged


Pages: [1]
  Print  
 
Jump to:  

Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum


Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy