Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4
Armite F4 ArmiteH7 Picomite CMM2
Syntax:
LEFT$( string$, nbr )
Description:
Returns a substring of ‘string$’ with ‘nbr' of characters from the left
(beginning) of the string.
PRINT LEFT$("Colour Maximite",4)
OUTPUT
Colo
Last edited: 29 September, 2020