Advanced Arrays


Closed Thread
Results 1 to 3 of 3

Thread: Advanced Arrays

Hybrid View

  1. #1
    Join Date
    May 2009
    Location
    USA
    Posts
    16


    Did you find this post helpful? Yes | No

    Default

    It seems that everything is explained here and google is a much better search engine than vBulletin apparently

    http://www.picbasic.co.uk/forum/showthread.php?t=544

    Code:
    For i = 0 to 19
    	read i, Users.Lowbyte(i)
    Next i
    Compiles without a problem, I'm hoping that this will load the first 20 EEPROM bytes into the 10 words I have, correct?
    Last edited by GoldStar; - 16th May 2009 at 07:03.
    Why is the email address verification case sensitive?

Similar Threads

  1. Bits, Bytes Words and Arrays
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 24
    Last Post: - 14th June 2016, 07:55
  2. Beginner trying to use arrays
    By captain in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 3rd November 2007, 07:20
  3. SerOut and Arrays
    By shawn in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 4th July 2005, 17:32
  4. word arrays and eeprom
    By Acetronics2 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 9th January 2005, 07:36
  5. storing arrays and reading arrays
    By Yue in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 5th March 2004, 22:03

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