FT_RESTSETS()
Restore status of all SET command settings
──────────────────────────────────────────────────────────────────────────────

Syntax

FT_RESTSETS( [ <aOldSets> ] ) -> NIL

Arguments

aOldSets is an array of SET settings created by FT_SAVESETS()

Returns

NIL

Description

This function "restores" the SET Settings, i.e., it sets them to the
values in the array aOldSets. The following SETs are not currently
supported: FILTER, FORMAT, FUNCTION, INDEX, KEYS, MODE, ORDER,
PROCEDURE, RELATION, TYPEAHEAD

Examples

FT_RESTSETS(aOldSets)

Header File: SET.CH

Source: RESTSETS.PRG

Author: David Husnian