Results 1 to 3 of 3

Thread: Multiple ending conditions to Repeat statement

  1. #1
    Join Date
    Jan 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Multiple ending conditions to Repeat statement

    I want a procedure to repeat until either the inventory is full or until isuptext returns a specific value.

    Basically:


    [SIMBA]
    Repeat
    ...
    Until(P07_invfull) OR Until(P07_isuptextmulticustom(['whatever']);
    [.\SIMBA]


    The last line of the code is what I'm trying to get to work. I've tried a few different variants, but none seem to work.
    Is this possible and if so, how can I code it correctly?

  2. #2
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Remove the second until

  3. #3
    Join Date
    Jan 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Thanks for quick answer

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •