Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
SIZESTR
◄Directive Summary► ◄Summary► ◄Example►
──────────────────────────────────────────────────────────────────────────────
Syntax: numericlabel SIZESTR string
Returns length, in characters, of its argument string to a numeric
label.
numericlabel Can be a numeric constant or an expression that evaluates
to a constant during assembly.
string Must be text enclosed in angle brackets, a previously
defined text macro, or an expression starting with a
percent sign.
See Also: CATSTR, SUBSTR, INSTR
-♦-