Array of string to send with TX int ?


Results 1 to 19 of 19

Threaded View

  1. #12


    Did you find this post helpful? Yes | No

    Default Re: Array of string to send with TX int ?

    Yes, to prog mem..........easier to program

    then, to create different callable strings to use in PB,

    LabelA:
    ARRAYWRITE string_1,[string_1, "<more string added to string 1 etc"]
    Return

    LabelB:
    ARRAYWRITE string_1,[string_1, "<more other string added to string 1 etc"]
    Return

    etc

    use gosub to build up string, check string legnth somehow so don't overflow
    Zero out string_1 when want to start a new one

    Takes a little mem but f2525 has 48k

    don
    Last edited by amgen; - 16th August 2011 at 15:42.

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