Setting whole content of array variable in a simple way?


Results 1 to 13 of 13

Threaded View

  1. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,166


    Did you find this post helpful? Yes | No

    Default Re: Setting whole content of array variable in a simple way?

    Quote Originally Posted by CuriousOne View Post
    Thanks!
    That appears to be at least partial, but still usable solution.
    But arraywrite must always start from position 0 of array, right?

    p.s. in PBP_Manual_0609_260 on page 119 it's all about LCDOUT.
    I always refer to the latest Manual.

    Yes, the command is referenced to the position 0. If you need something else then you have other options:

    1. USERCOMMAND and do something on your own
    2. Alias to another array.

    But you were specific weren't you? Fill an array with a specific character.

    Ioannis
    Last edited by Ioannis; - 5th June 2023 at 10:18.

Similar Threads

  1. Variable not getting value from array...?
    By Ioannis in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 3rd May 2016, 23:58
  2. Simple Array Demo
    By Archangel in forum Code Examples
    Replies: 5
    Last Post: - 15th February 2010, 04:46
  3. Variable in array
    By Gusse in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 22nd February 2009, 19:46
  4. Setting / resetting a variable bit within a byte
    By Charles Linquis in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 9th February 2008, 18:38
  5. Array to simple Variable converting
    By mrx23 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 2nd September 2006, 16:44

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