Sequence locals are variables that can be acessed only INSIDE a sequence. This variable also cannot be acessed by a frame BEFORE the frame that generates the variable. Local variables can be acessed at any point IN A SAME VI, different frames, whiles, cases, etc. THe local Variable also can be readed at a point before the value of the variable is seted. Be careful to avoid this.