Can I set the length of each segment of a double dimensioned string array?
For example, I can use DIM a(500,12) AS SHARED STRING.
But how do I set the length of each segment, such as
a(x,1) = 5 bytes
a(x,2) = 2 bytes
and so on.
Can anyone give me some advice.
Regards,
Brian Reynolds.
For example, I can use DIM a(500,12) AS SHARED STRING.
But how do I set the length of each segment, such as
a(x,1) = 5 bytes
a(x,2) = 2 bytes
and so on.
Can anyone give me some advice.
Regards,
Brian Reynolds.
Comment