ok but how to define or declare an array like this?
bitarray VAR BIT[200]
bitarray = %1000000000111110110110110110101010110101011010101 01011011111111111111111110110110110110101010110101 01101010101011011111111111111111110110110110110101 0101101010110101010101101
The compiler returns with "Numeric overflow, value truncated."
Bookmarks