<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > AppConfig > cAppConfig Class > <cAppConfig> Methods > <cAppConfig>.GetKey |
Description
Return a configuration node data giving configuration node sequence.
Syntax
Syntax
sKeyValue = <cAppConfig>.GetKey(sNode)[.Modifier[.Modifier]...]
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
sNode |
String |
No |
configuration node sequence |
Modifier |
Yes |
Nested modifiers can be specified to perform special actions. Use one or more of the following modifiers: •Boolean •ucase
•lcase •IsPath |
Remarks
Restrictions
See also
Examples