Search the web
Sign In
New User? Sign Up
blassic · Blassic, the Classic Basic.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Why won't this source code work?   Message List  
Reply | Forward Message #55 of 233 |
Re: Why won't this source code work?

Hello.

--- In blassic@yahoogroups.com, "Paul" <dunric@y...> wrote:
> This program works fine under QBasic, but not Blassic or GW-Basic.
> Any ideas as to why? See below:

The problem is the empy DATA statement at the end of DATA sentences,
that are not correctly handled in the current publics versions of Blassic. I've
already corrected that when a user informed about, but not yet released a
new version with the correction.

To workaround, you can add "" or 0, depending of the type of data readed
after the last comma in the DATA sentence.

Also, the program uses the UCASE$ function. In Blassic you can use
UPPER$ instead. I can add UCASE$ to improve compatibility if someone
tells me the exact sintax. Is there an equivalent that converts to lower case?





Fri Jul 2, 2004 5:56 pm

not_found_bl...
Offline Offline
Send Email Send Email

Forward
Message #55 of 233 |
Expand Messages Author Sort by Date

This program works fine under QBasic, but not Blassic or GW-Basic. Any ideas as to why? See below: 1 DATA ...
Paul
dunric
Offline Send Email
Jul 2, 2004
10:30 am

Hello. ... The problem is the empy DATA statement at the end of DATA sentences, that are not correctly handled in the current publics versions of Blassic. I've...
not_found_blassic
not_found_bl...
Offline Send Email
Jul 2, 2004
5:57 pm

Convert strings to all lowercase or all uppercase letters. LCASE$(stringexpression$) UCASE$(stringexpression$) stringexpression$ Any string expression. ...
Neil Morrison
neils_morr
Offline Send Email
Sep 12, 2004
5:42 am

Hello. ... Thanks. These two will be included in the next version of Blassic. Regards....
not_found_blassic
not_found_bl...
Offline Send Email
Sep 12, 2004
1:09 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help