| .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 |