GetBuildOption |
Previous Top Next |
OptionName
|
[in]
Name of the setting |
This
function returns a string value. If the requested OptionName does
not exist an empty string "" is returned. |
|
Package.ini
contains: |
[BuildOptions]
|
DemoOption=DemoValue
|
|
Value
= GetBuildOption("DemoOption") |
' Value = "DemoValue" |