STRING$()

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
STRING$( nbr, ascii | string$ )

Description:
Returns a string 'nbr' bytes long consisting of either the first character of string$ or the character representing the ASCII value 'ascii' which is a decimal number in the range of 32 to 126.

 

PRINT string$(10,"Maximite")

Output:
MMMMMMMMMM



Last edited: 05 October, 2020