ArrayWrite question


Results 1 to 6 of 6

Threaded View

  1. #5
    Join Date
    May 2007
    Location
    Republic Serbia
    Posts
    105


    Did you find this post helpful? Yes | No

    Thumbs up

    As our friend Darrel Taylor write

    Here is example :
    If you have array = "ABCDE"
    And you do next :
    Code:
    A var byte[5]
    B0 var byte : B0 = 10
    ARRAYWRITE A, [DEC B0]
    You will have next :
    array = "10CDE"
    Best regards to all and special to Darrel
    Attached Images Attached Images  
    Last edited by phoenix_1; - 10th January 2010 at 21:25.

Similar Threads

  1. ADCIN question
    By Greg McFadden in forum General
    Replies: 4
    Last Post: - 16th September 2008, 02:53
  2. really simple, dumb question
    By picster in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 3rd March 2007, 22:02
  3. FREQOUT - PWM question
    By Etcho in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 25th February 2007, 23:51
  4. Question for a math guru
    By Christopher4187 in forum General
    Replies: 3
    Last Post: - 22nd November 2006, 09:45
  5. Please answer my first question
    By John_001 in forum Off Topic
    Replies: 1
    Last Post: - 15th September 2006, 06:49

Members who have read this thread : 1

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