Hi All

I`m have a feeling this can`t be done unless I`ve missed something. I have a bit array containing 16 values of which some I want and some I dont. lets say for now that first 6 are valid, the next two are not, the next 6 are valid for example.
I send these to an LCD using str Values\6. Now the question, is it possible to start again from str Values\8 up to str Values\14 ?. The only way I have thought of so far is to do the second part as a for next loop starting at 8. Is there an easier way here I`ve missed ?.

Cheers Pete