|
Constants |
Top Previous Next |
|
The following constants can be used in Plugin scripts:
String expression. Absolute path of the WebSite-Watcher config folder.
String expression. Absolute path of the WebSite-Watcher installation folder.
String expression. Absolute path of the WebSite-Watcher TEMP folder.
Integer value. Max. integer value that can be used. Example: s = Mid(s, 3, MaxInt)
String expression. Carriage return line feed (chr(13)+chr(10)) Example: s = s + CRLF + "new line" |