| .ERASE Statement QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| ERASE - a memory management statement that reinitializes the elements |
|         of static arrays or deallocates dynamic arrays |
|
| Syntax |
|   ERASE arrayname [,arrayname...] |
|     ž arrayname is the name of a previously declared array. It is important |
|       to know whether this array is static or dynamic. |
|
See Also  $STATIC and $DYNAMIC Metacommands   DIM   REDIM   CLEAR |