Adams Basic Package > Adams View > View Command Language > interface > interface data_table execute

interface data_table execute

Allows you to execute a command specified while creating a data table.
The data table is similar to a excel workbook where a categorized data can be stored as array, locating each item by its row and column index. The data table can be created on a dialog box and the data is displayed using this command
The data table may be linked to a relevant command to be executed. The command is run explicitly by this command.

Format:

 
interface data_table execute
data_table_name =
an existing GI_data_table

Example:

 
interface data_table execute &
data_table_name =
.gui.param2.dtable

Description:

 
Parameter
Value Type
Description
data_table _name
An Existing GI_data_table
Specifies the name of an existing data table for the execution of a command.

Extended Definition:

Any command listed in the data table gets executed when the data table is edited, alternatively, this command can be directly executed by the ‘execute’ option.