|
BHT-BASIC 3.6 limits strings to a maximum of 255 bytes, so reading
in two-dimensional codes with over 254 bytes requires using an
array to store them.
BHT-BASIC 4.0 raises the maximum string length to 8192 bytes,
so codes up to this new limit fit in a scalar variable, eliminating
the need for this sample program.
|