Arraywrite converts all letters to uppercase?


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Feb 2013
    Posts
    1,124


    Did you find this post helpful? Yes | No

    Default Re: Arraywrite converts all letters to uppercase?

    I deleted all the code and defines
    did everything from blank sheet, and now it works properly....

  2. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644


    Did you find this post helpful? Yes | No

    Default Re: Arraywrite converts all letters to uppercase?

    once again a failure to produce a compliable example that demonstrates the problem

    proof again in the pointlessness of snippets

    a complete waste of effort

    well done .... not
    Warning I'm not a teacher

  3. #3
    Join Date
    Feb 2013
    Posts
    1,124


    Did you find this post helpful? Yes | No

    Default Re: Arraywrite converts all letters to uppercase?

    Well, if you're into scrolling thru 500+ lines of code.....
    I'm just trying to make things simpler

  4. #4
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644


    Did you find this post helpful? Yes | No

    Default Re: Arraywrite converts all letters to uppercase?

    Well, if you're into scrolling thru 500+ lines of code.....
    I'm just trying to make things simpler
    who wants that . 500 lines of chicken scratching's, no way i would even look at it

    post the simplest compliable program that shows the problem. [if you can 99.99% odds you cannot ]
    code snippets generally don't cut it, we need to see the config settings, osc speed var declarations , port settings etc....
    [use code tags] please
    its not hard

    just going through the process of making a provable example will help you confirm that the problem
    is elsewhere

    you keep trying to claim compiler errors , i have not seen one in core code for at least 10 years
    Warning I'm not a teacher

  5. #5
    Join Date
    Feb 2013
    Posts
    1,124


    Did you find this post helpful? Yes | No

    Default Re: Arraywrite converts all letters to uppercase?

    Compiler errors?
    try to write or read past available eeprom - no errors will be given
    I know, this may be called not a bug, but a feature, but even on ancient ZX Spectrum there was an error code "Index out of range"

  6. #6
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: Arraywrite converts all letters to uppercase?

    Yes, because - as we've discussed before - your beloved old ZX Spectrum (RIP Sr.Clive) ran a BASIC interpreter so it COULD check such things at runtime.

    With PBP there is no interpreter running, it's COMPILED code so there is no way for the compiler to know, before hand, that value n that you just read from an external EEPROM points outside of an array.

Similar Threads

  1. How to Debugin 2 letters and store in microcontroller memory?
    By Jananitharan in forum mel PIC BASIC
    Replies: 3
    Last Post: - 7th April 2011, 01:41
  2. Is there a better way to do this?... strings of letters
    By Heckler in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 25th March 2011, 13:45
  3. LCD Showes Some Wrong Letters
    By sbobowski in forum General
    Replies: 2
    Last Post: - 23rd September 2008, 19:15
  4. Numbers and Letters After PIC Number
    By kiwipiper in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 11th October 2007, 09:13
  5. Ditinguish between capital letters and small letters
    By egds in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 14th September 2004, 13:13

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts