Navigation: thinBasic Modules > Tokenizer > Tokenizer_KeyGetUserString |
|
Description
Returns a string user data associated with a Tokenizer user key giving key pointer
Syntax
s = Tokenizer_KeyGetUserString(pKey, [Index])
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
pKey |
Number |
No |
A pointer to user key. |
Index |
Number |
Yes |
Up to 10 user string can be associated with any key. If Index is not present 1 will be assumed. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |