BBC BASIC for Windows
« Possible minor bug & feature request »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 9:52pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

If you require a dump of the post on your message board, please come to the support board and request it.


Thank you Conforums members.

BBC BASIC for Windows Resources
Online BBC BASIC for Windows documentation
BBC BASIC for Windows Beginners' Tutorial
BBC BASIC Home Page
BBC BASIC on Rosetta Code
BBC BASIC discussion group
BBC BASIC for Windows Programmers' Reference

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Possible minor bug & feature request  (Read 947 times)
NIGEL
New Member
Image


member is offline

Avatar




PM


Posts: 1
xx Possible minor bug & feature request
« Thread started on: Sep 30th, 2009, 2:48pm »

Hi,
The Options, Lowercase Keywords does not permit lowercase exponents. This behaviour is different to *LOWERCASE. Should they behave the same?

Feature request. Is it possible to allow use of more than 250 Mb memory. I have several Gb and would like to make use of it.

Nigel Brumpton
User IP Logged

admin
Administrator
ImageImageImageImageImage


member is offline

Avatar




PM


Posts: 1145
xx Re: Possible minor bug & feature request
« Reply #1 on: Sep 30th, 2009, 5:40pm »

Quote:
This behaviour is different to *LOWERCASE. Should they behave the same?

I don't think so. The option specifically states Lowercase keywords, and of course the exponent 'e' is not a 'keyword'.

Similarly *LOWERCASE allows you to use lowercase letters (a-f) in hexadecimal constants, but the Option doesn't automatically convert them to capitals.

Really they're doing rather different things. The 'Lowercase keywords' Option is concerned with tokenising keywords, because that's done by the editor. The *LOWERCASE command is (principally) to do with recognising lowercase exponents and hexadecimal constants, because that's an issue for the interpreter.

Quote:
Is it possible to allow use of more than 250 Mb memory. I have several Gb and would like to make use of it.

This was discussed at some length in an earlier thread here:

http://bb4w.conforums.com/index.cgi?board=general&action=display&num=1225894941&start=

When you load DLLs, or create large bitmaps, you are making use of your extra memory so it's by no means 'unavailable' to BBC BASIC. You can even allocate the memory to arrays using the Windows API:

http://bb4w.wikispaces.com/Allocating+arrays+using+the+Windows+API

Richard.
« Last Edit: Sep 30th, 2009, 5:43pm by admin » User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls