QB supports fixed strings declared like: DIM x AS STRING * 10 x will not hold anything larger than 10 characters, and if a larger string is assigned to it, it is truncated. Fixed-strings can also be used in TYPE blocks.
QB supports fixed strings declared like:
x will not hold anything larger than 10 characters, and if a larger string is assigned to it, it is truncated.
Fixed-strings can also be used in TYPE blocks.