DDLm dictionary version 4.1.0
_import.get
Name:_import.get
Definition:
A list of tables of attributes defined individually in the category IMPORT_DETAILS, used to import definitions from other dictionaries.
Type: ByReference
Values appear in List context.
Evaluation method:
imp_order_list = [] loop id as import_details { imp_order_list ++= id.order } imp_order_list = sort(imp_order_list) final_val = [] for ord in imp_order_list { final_val ++= import_details[ord].single } _import.get = final_val
Category:
import