Navigation: thinBasic Modules > Dictionary > Dictionary_Find |
|
Description
Search inside a dictionary for a key and if found returns its data.
Syntax
StringData = Dictionary_Find(pDictionary, KeyName)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
pDictionary |
Numeric |
No |
Pointer to a dictionary. |
KeyName |
String |
No |
Name of the key |
Remarks
If KeyName does not exists an empty string will be returned.
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |