Bookmark_LoadCacheFile
Sub Bookmark_LoadCacheFile($version As Integer) As String
Loads the locally saved page into a string. The parameter $version specifies whether the new, old, or changes version should be loaded.
Parameters
- $version ... Integer value. Specifies whether the new, old, or changes version should be loaded.
Valid values of $version
- 1 ... Page with highlighted changes.
- 2 ... New version.
- 3 ... Old version.
Example:
Dim $s = Bookmark_LoadCacheFile(1)