qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MID$ Function QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
MID$ - a string-processing function that returns a substring of a string
 
Syntax
  MID$(stringexpression,start[,length])
    ■ stringexpression identifies the string the substring is to be
      extracted from
    ■ start, a numeric expression that has an integer value between
      1 and 32,767, specifies the starting character position of the
      substring
    ■ length can be omitted if you want all the characters to the right
      of start
 
See Also  MID$ statement  LEFT$  RIGHT$  LEN