New boy on the Block.

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
Dusty
Newbie
Posts:4
Joined:Fri Aug 02, 2002 6:24 pm
Location:Whitianga, New Zealand
New boy on the Block.

Post by Dusty » Wed Aug 07, 2002 1:54 pm

Hi.   I have recently found QBasic Ver.4.5 and am converting progs written in GWBasic.   Got message "Line too long" but can't find what max length is (could it be 256?).  Also does anyone know of on-line downloadable manuals for 4.5? (not tutorials).
Have had lots of "fun" reading the forum Q&A.  Am not very experienced programmer, in my day Cobol was king and RPG2 was queen (circa 1960's) ::)

User avatar
frankiebaby
Global Moderator
Posts:95
Joined:Tue Apr 30, 2002 1:38 am
Location:Pennsylvania
Contact:

Re: New boy on the Block.

Post by frankiebaby » Sat Sep 14, 2002 9:57 am

Well, ur close, only 255 on a line, but, its must be multiple commands

so, for regular commands, just put them on thier own lines

but for an IF statement with a lot of then and/or else stuff,


IF
blah
blah
END IF

**OR**
IF
blah
blah
ELSE
blah
blah
END IF

Goodluck!

Jehovah
Jr. Member
Posts:24
Joined:Tue Oct 29, 2002 10:54 pm
Location:Boise, Idaho

Re: New boy on the Block.

Post by Jehovah » Wed Oct 30, 2002 11:50 pm

When I first started to program I had the same problem when it came to all the turdulant tutorials. &nbsp;I have, quit honestly, never found anything good. &nbsp;I when down to the liberery and got some good books there. &nbsp;And that's about it. &nbsp;Try going to Microsoft's FTP, it is full of old suff and a lot of it is realy good. &nbsp;I don't know its addresse, but when you download "LeapFTP" from <download.com> it comes in the addresse book.

Post Reply