In addition to USoft Binder standard variables, you can add variables of your own. Enter the name, followed by an equal sign (=), followed by the value and a semi-colon (:), for example:
port=2233; color=blue;
Extra white spaces around the name or value will be ignored.
You can add as many variables as you like.
You can refer to a variable in many places in USoft Binder. To do this, place the variable name in curly brackets, using either exact case spelling or all-uppercase spelling:
{port}
{PORT}
Variable values are case-sensitive, variable names are not.
USoft Binder standard variables are overwritten by a user-declared variable of the same name, but the dbpassword and reppassword standard variables cannot be overwritten.
|