<< Click to Display Table of Contents >> 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