What it does
ClearDictionary writes to a Dictionary object: it clears rather than reads. It takes dictionary (an integer), and returns nothing.
Syntax
ClearDictionary(dictionary integer)Parameters
| Name | Type |
|---|---|
| dictionary | integer |
Every form returns
nothing
Example · generated
ClearDictionary(1)DO Sync()LOOPClearDictionary is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.