Description

Saves the current environment settings.

Syntax

Save_Env (database)

Parameters

The Save_Env routine has the following parameter.

TParameterTDescription
databaseA name for the database, 1 to 8 characters in length. The database can contain upper case alphabetic characters, digits, or the underscore ( _ ). If database is null, the current database is used.

Example

run Save_Env ""
  • No labels