ISolveInterface.Compact (method)

Removes all deleted expressions from the database.
Syntax: SCODE = object.Compact ( )
Description: browser.Compact removes all deleted expressions from the database. If there are no problems with the database then a value of S_OK is returned. If there are problems then a value of S_FALSE is returned.


Example

i = browser.Compact()
If CInt(i) = 0 Then MsgBox "Compact worked"