HTBasic Help
×
Menu
Index

Image Syntax

 
Some item specifiers can be preceded by a numeric integer constant from 1 to 32,767 that specifies the size of the field or the number of repetitions. The exact syntax of the image specifier is:
 
image-specifier = # | % | K | -K | H | -H | B | W | Y | + | - | [n]A... | [n]X... | [n]/... | [n]L... | [n]@... | numeric-specifier | "string-literal"
numeric-specifier = [S|M] [left-digits] [.|R] [right-digits] [exp]
left-digits = [n]{D|Z|*}...
right-digits = [n]D...
exp = E | ESZ | ESZZ | ESZZZ
n = integer-constant repeat-factor (1 to 32,767)