BASICHELP.HLB  —  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"

1  –  Syntax

      LSET str-var,... = str-exp
Close Help