FileCataloger

is very useful software for file catalog and file search. Regardless the file is in the CD-ROM, DVD, hard disks, removable and network drives etc. The program catalogs contents of your media, and makes it available for offline browsing and searching.

filecataloger.com > Script > Function -- GetLastErrorMessage

GetLastErrorMessage Function

Remarks:
Retrieve the last error description at script runing.
Syntax:

strErr = GetLastErrorMessage()

Return value:
Name Description
strErr The last error description at script runing.
example:

Dim strError
strError = GetLastErrorMessage()

MsgBox "The last error description at script runing is " & strError

   
See Also:

Run script from file in FileCataloger

All Rights Reserved About Us