Re: Sequence items to a single number ? How to achieve ?
- Posted by Lnettnay Feb 04, 2011
- 1401 views
Here's one way to do it
sequence pbin, bin = {{1, 0, 1}, {1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1}} pbin = bin + 48 for i = 1 to 2 do printf(1,"%s\n",{pbin[i]}) end for