Does anyone know how to......


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Los Angeles, CA
    Posts
    156


    Did you find this post helpful? Yes | No

    Default

    I've been away from PBP for a couple of years, and a lot of 'STR' stuff is new to me. I always see STR arrays being loaded from the serial port. Here's my dumb question...

    Is there a way to quickly load a STR array manually, i.e.

    ARRY var BYTE[10]

    ARRY = "Testing"

    or something similar, or must we do it like:

    ARRY[0] = "T"
    ARRY[1] = "e"
    etc.
    etc.

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Do a search for copystring, one of those 2 threads is right...well, the first few posts of it anyways should give you a few ideas.

  3. #3
    Join Date
    Dec 2008
    Location
    Los Angeles, CA
    Posts
    156


    Did you find this post helpful? Yes | No

    Default

    That's very cool! Thanks.
    Last edited by circuitpro; - 10th December 2008 at 06:26.

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