| CHAR | Index Level | CLEARDATA |
| Syntax | CLEAR |
| Category | BASIC |
| Type | Statement |
| Description |
sets all local and common variables to 0 (zero) in a "main" program.
In a subroutine, only the local variables are affected. Named common variables are not affected by the "clear" statement. |
| Options | |
| See Also | variables ASSIGNED SUBROUTINE assignment statements & functions COMMON |
| Example | |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| CHAR | Index Level | CLEARDATA |