Data Handling


    Oct 05 2013 | 9:08 pm
    I have pulled a complete mind blank and i cannot think of what to search the forums for.
    I have a data stream from -1 - 999. I wish to use the -1 to output a 0 and anything else output a 1. I have experimented with sel and == and IF but i cannot figure out the correct way to patch this. I only wish ONE 0 output until the data stream changes then ONE 1 output until the data moves back to -1.
    Hope this is clear enough, any help will be greatly appriciated.
    Regards
    Lloyd

    • Oct 05 2013 | 10:36 pm
      [!= -1]->[change]
    • Oct 05 2013 | 10:42 pm
      thank you so much!
    • Oct 05 2013 | 11:08 pm
      you're probably just missing [change] here