Bookmark_LoadCacheFile

Top  Previous  Next

Sub Bookmark_LoadCacheFile($version As Integer) As String

 

Loads the locally saved page into a string. The parameter $version indicates if the new/old/changes version should be loaded.

 

Parameters

 

$version ... Integer value. Indicates if the new/old/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)