|
Web+ Tutorial
|
Lesson 3.5 - Configuration Functions
- Description
- The
webIniGet function returns the current value of the specified Web+ configuration key name. The webIniRefresh statement refreshes the values of Web+ configuration key names. Both require use of the Administration password.
- Syntax
#webIniGet("webPlusKeyName", "AdminPassword")# <webIniRefresh, Password="AdminPassword">
- Example
#webIniGet("AdminIP", "Password")# <webIniRefresh, Password="Password">
- Exercise
-
You can try out some Web+ code of your own here.
|
|