Questions from Very New User

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

Questions from Very New User

Post by wdc »

Where can I see a listing of Qbasic commands, including the command for viewing the integer part of a number? For example, the integer part of 123.456 is 123. What is the command for viewing the fractional part of the number, i.e. 456? Thanks. ...wdc
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Re: Questions from Very New User

Post by burger2227 »

In the Qbasic Help Menu on the right side of header.

QB64 has a WIKI with that link here: http://www.qb64.net/wiki/index.php/Keyw ... phabetical
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