Array and IF - THEN


Results 1 to 10 of 10

Threaded View

  1. #7
    Join Date
    Dec 2007
    Location
    Finland
    Posts
    191


    Did you find this post helpful? Yes | No

    Post Great!

    Hi Darrel,

    At the moment I don't have PBP2.60, still working with 2.50c.
    I was wondering what is benefit to upgrade to 2.60, but now I see it clearly
    This parse script is something new and ARRAYREAD -function is great.

    So in Mainloop, after DEBUGIN, I should call parse? Sounds so easy!
    Code:
    <code><font color="#000000">Mainloop:
        <b>DEBUGIN </b>1000, Mainloop, [<b>STR </b>Data_Array\4]
        <b>GOSUB </b>Parse
        <b>GOTO </b>Mainloop
    <b>END </b></code>
    PBP 2.60 will definitely be on my "Wish List".

    BR,
    -Gusse-
    Last edited by Gusse; - 22nd January 2010 at 23:56.

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