delete variable | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | clear variable | |||||||||
Summary | Removes a variable contents from memory. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Keyword: element Command: global, delete, local Function: globalNames Glossary: key, handler, variable, exit, local variable, array, command | |||||||||
Description | Use the delete variable command to free memory used by a large variable. The delete variable command only removes the contents of the variable. If you delete a key from an array variable, that element of the array no longer exists as part of the variable.
| |||||||||
Tags | properties |