Skip to content

Add fixed-string support (STRING*n) #14

Description

@elektito

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions