-
Notifications
You must be signed in to change notification settings - Fork 0
STRINGS
Andrew Owen edited this page May 30, 2023
·
1 revision
string = STRING$(length, char)
Returns a string of length times the character char.
- If
charis a numeric expression, it must be in[0 to 255]and is interpreted as the code point of the character. - If
charis a string expression, its first character is used.
-
lengthhas a string value: Type mismatch. -
charis the empty string: Illegal function call. -
charorlengthis not in[-32768 to 32767]: Overflow. -
charorlengthis not in[0 to 255]: Illegal function call.
- Press
RETURNto return to this menu. - Enter the name of a
TOPICto display it. - Enter
EXITto return to BASIC.
Choose from the following topics: