Relearning QB64

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!
Post Reply
wdc
Newbie
Posts: 3
Joined: Sat May 21, 2016 7:29 pm

Relearning QB64

Post by wdc »

I have qb64 on my W10 pc but haven't used it in years (and was never really proficient). Can someone please point me to a list of commands (and other startup suggestions)? Example, what is the command for generating a random number between 1 and 75?
Thanks ...wdc
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Re: Relearning QB64

Post by burger2227 »

RND used after RANDOMIZE TIMER will return random values from 0 to .9999999
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
Post Reply