bas7qck.hlp (Table of Contents; Topic list)
MID$ Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
MID$(stringvariable$,start%[,length%])=stringexpression$
 
    ■ stringvariable$     The string variable being modified.
    ■ start%              The character position at which the change starts.
    ■ length%             If included, the number of characters being
                          replaced. The length% is a numeric expression.
    ■ stringexpression$   The new characters.
 
See Also    LEFT$    RIGHT$    MID$ Function