Hello Vince,
If all you are loading is 1's and 0's, why don't you make it a bit array?
Use the method that Darrel suggested, but declare "CLAR" as a bit type array.
For example...
CLAR VAR BIT[32]
I hope that Darrel's suggestion can be implemented using a bit variable. I haven't used the "Lookup" command yet, so I'm not sure. However, If you can then the "CLAR" array will take up 8 times less memory than if you declare it as a byte array.
Good luck.
picnaut
Bookmarks