Home AMX User Forum NetLinx Studio

Arrays for TIMELINE_EVENTs

If anyone from AMX is listening - Can we expect to see support for arrays of TIMELINE_EVENTs anytime soon?

Thanks.

Comments

  • jjamesjjames Posts: 2,908
    What exactly do you mean?

    Like this?
    DEFINE_CONSTANT
    INTEGER TL_NUM[]={1,2,3,4,5,6,7,8,9,10}
    
    DEFINE_EVENT
    TIMELINE_EVENT[TL_NUM]
    {
      // DO YOUR STUFF HERE
    }
    
  • Joe HebertJoe Hebert Posts: 2,159
    Yup, that's exactly what I mean. TN657 gives the workaround for it for now.
Sign In or Register to comment.