|
-
Jun 11th, 2006, 06:27 AM
#1
Thread Starter
New Member
Is this forum for me?
I am new here; suspect this forum is way too advanced for me. I am using an old version of MS-DOS QBASIC. Is there another forum that is better suited for me?
FWIW ... this is a typical question I have:
I have a WORD table with 2 columns and 600 rows in which each cell consists of a 6-digit number. Is there a simple way I can "copy" these cells into a QBASIC program so that I can use QB to do some math manipulations on the data?
Thanks.
-
Jun 11th, 2006, 08:03 AM
#2
Re: Is this forum for me?

We have an Other Basic forum - you can probably get your question answered there
-
Jun 11th, 2006, 08:39 AM
#3
PowerPoster
Re: Is this forum for me?
wdc, I would say that in a way YES this is the forum for you...if you're willing to learn VB that is. VB is a great stepping stone up from QBasic (and QB was my previous language before I got the hang of VB :-))...a lot of VB commands mirror exactly the commands in QB, and once you get used to the fact that there's no command line output so you can't PRINT stuff like in QB it's usually easy enough to get the hang of it.
And if you still want to use QBasic and don't get your question answered in the other forum, try usenet as there's a few QBasic and BASIC discussion groups there...just go to http://groups.google.com :-)
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
-
Jun 11th, 2006, 01:17 PM
#4
Fanatic Member
Re: Is this forum for me?
I suggest finding another forum for your QBasic questions as there aren't that many people in the Other Basic forum.
Or better yet, learn VB!
-
Jun 12th, 2006, 06:04 AM
#5
Re: Is this forum for me?
-
Jun 14th, 2006, 02:51 AM
#6
Re: Is this forum for me?
You might want to take a look at FreeBASIC compiler: it is mostly compatible with QBasic yet it is very powerful and has very useful additions to the language (bitshifting and pointers to name a few). It can compile programs to Windows, DOS and Linux. They also have nice support forums.
And as the name stands: it is free.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|