Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

CURRENT

  • Last UpdatedMar 11, 2026
  • 1 minute read

Function

The CURRENT command makes a database current.

Description

An MDB can contain up to 1000 DBs, and any number of the 1000 DBs can be described as current and accessed at one time. Databases which cannot be accessed are described as non-current or deferred. CURRENT makes the specified DB current and includes it at position n in the current list of the MDB (where n is in the range 1 to 1000 inclusive).

Example:

CURRENT PIPING/PIPING-A PIPING/PIPING-C

   

Makes the databases PIPING/PIPING-A and PIPING/PIPING-C current.

DEFER EXCHANGE

Command Syntax

                  .--------------.
                 /               |
>--- CUrrent ---*--- dbname n ---+--->

In This Topic