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 #60 of 233 |
Re: Why won't this source code work?

Convert strings to all lowercase or all uppercase letters.

LCASE$(stringexpression$)
UCASE$(stringexpression$)

stringexpression$ Any string expression.

Example:
Test$ = "THE string"
PRINT Test$
PRINT LCASE$(Test$); " in lowercase"
PRINT UCASE$(Test$); " IN UPPERCASE"

Result:

THE string
the string in lowercase
THE STRING IN UPPERCASE

NM

--- In blassic@yahoogroups.com, "not_found_blassic" <ninsesabe@a...>
wrote:
> Hello.
...
> 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?




Sun Sep 12, 2004 5:42 am

neils_morr
Offline Offline
Send Email Send Email

Forward
Message #60 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