en:docs:dos:cmd:basic:left

Table of Contents

LEFT$

Syntax

S$ = LEFT$( A$, X )

Parameter

A$ is a string, LEN >= 0 X is a number, [0,MAXLEN]

Description

The X left-most characters of A$, beginning from postion 1.