1 LSET The LSET statement assigns left-justified data to a string variable. LSET does not change the length of the destination string variable. Example A$ = "A" LSET A$ = "XYZ" 2 Syntax LSET str-var,... = str-exp