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"