Navigation: thinBasic Modules > Dictionary > Dictionary_Free |
|
Description
Free a dictionary from memory.
Syntax
Dictionary_Free(pDictionary)
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
pDictionary |
Numeric |
No |
Pointer to a dictionary. |
Remarks
It is programmer responsibility to remove a dictionary from memory, when needed, and in any case before script ends.
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |