Check that the given tables exist
──────────────────────────────────────────────────────────────────────────────

Syntax

GT_CheckTables( aTables , cDefaultPath )

Arguments:

aTables - Array of tables and indexes
cDefaultPath - Path for tables

Returns:

NIL

Description:

Checks that each of the given tables and indexes exists in the
cDefaultPath directory.

Structure of aTables is { Element 1 , Element 2 , ... }

where each element is { Table name , Index 1 , Index 2 , ... }

Examples:



Header File: GT_LIB.CH

Source: CHEKTABS.PRG

Author: Martin Colloby