# WGETCONFIG
Read Time: 1 minute(s)
The WGETCONFIG will retrieve items from the WDB.RESOURCE master config item.
# Command Syntax
CALL WGETCONFIG(VALUE,NAME)
1
# Syntax Elements
Parameter | Description |
---|---|
VALUE | The returned value |
NAME | The name of the config item |
# Example
CALL WGETVAR(KEY,"APIKEY")
* Will return 12345
1
2
2
# Notes
This function is used internally to obtain config items. The config file is in WDB.RESOURCE CONFIG.
001 C
002 DEFAULT_HANDLER]DBC
003 DEFAULT_RESOURCE]MVDB.MAIN
004 APIKEY]12345
1
2
3
4
2
3
4