interface data_table read

Allows you to read a remote file and importing the data to a data table field.
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.
Any existing numerical tabular data, for example, a tab delimited text file can be read into a data table, instead of entering the elements manually.

Format:

 
interface data_table read
data_table_name =
an existing GI_data_table
file_name =
string

Example:

 
interface data_table read &
data_table_name =
.gui.atv.dtable1 &
file_name =
"C:/data_1.txt"

Description:

 
Parameter
Value Type
Description
data_table _name
An Existing GI_data_table
Specifies the name of an existing data table to be displayed
file_name
String
Specifies the remote file name to be accessed

Extended Definition:

Specifies the name of the file that is to be read, written, or executed. You do not need to enclose the file name in quotes if it only contains alpha-numeric characters and starts with a letter. If you want to include other characters, such as a '.' for an extension or '/' or '[]' for directory paths, you must enclose the name in quotes.