GET-KEY-VALUE SECTION section-nameKEY key-name DEFAULTVALUE key-valueSECTION section-nameKEY key-nameIf you specify the Unknown value (?) or the empty string (""), GET-KEY-VALUE returns a comma-separated list of all keys in the section you specified.Tells GET-KEY-VALUE to use the default key of section section-name.VALUE key-value
GET-KEY-VALUE SECTION "MYSECTION" KEY "MYKEY" VALUE MYVARIABLE
GET-KEY-VALUE SECTION "" KEY "MYKEY" VALUE MYVARIABLE
GET-KEY-VALUE SECTION "MYSECTION" KEY "" VALUE MYVARIABLE
GET-KEY-VALUE SECTION "MYSECTION" KEY "?" VALUE MYVARIABLE
GET-KEY-VALUE SECTION "" KEY "" VALUE MYVARIABLE
GET-KEY-VALUE SECTION "" KEY "?" VALUE MYVARIABLE
GET-KEY-VALUE SECTION "?" KEY "" VALUE MYVARIABLE
GET-KEY-VALUE SECTION "?" KEY "?" VALUE MYVARIABLE
GET-KEY-VALUE SECTION "MYAPP" KEY DEFAULT VALUE MYVARIABLEFor more information on environments, see the chapter on colors and fonts in OpenEdge Development: Programming Interfaces.
The current environment is either the default environment, the startup environment (an environment that a startup parameter specified), or an application environment that the LOAD statement loaded and that the USE statement made current.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |