Quick tip needed

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
johnfin
Coder
Posts: 18
Joined: Tue Apr 01, 2008 8:26 am

Quick tip needed

Post by johnfin »

How do I create separate windows within qbasic for the subs. I can see the main routine with F2 but forgot how to create other sub windows.
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Post by burger2227 »

Use the QB View Menu. Click Split. Once you have the windows, just click on one and goto a Sub to view it. Then you can go to another place by clicking on another window.

Ted
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
johnfin
Coder
Posts: 18
Joined: Tue Apr 01, 2008 8:26 am

menus

Post by johnfin »

Ok, I found the problem. I did not have full menus turned on so I could not see that option. Thanks.
Post Reply