<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > AppConfig > cAppConfig Class > <cAppConfig> Methods > <cAppConfig>.GetKeyName |
Description
Return node sequence path giving a numeric index
Syntax
Syntax
s = <cAppConfig>.GetKeyName(lIndex)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
lIndex |
Numeric |
No |
Index from 1 to <cAppConfig>.GetKeyCount |
Remarks
Restrictions
See also
Examples