OK, trying to do it with arrays:

Code:
line1 var bit[12]
arraywrite line1,[%0,%1,%1,%1,%0,%0,%0,%0,%1,%1,%1,%0]
arraywrite gives error, while line1[0]=1 works fine

is there a way to use arraywrite with bit array?