Use to import variables from a text file into the global variable list. The text data has to be in CSV (Character Separated Values) format. This means that the individual entries are separated by commas ‘,’ or semicolons ‘;’. (The separator can be set under ).
The import of local variables is not possible.
If an identifier already exists in a global variable list, _copy1, _copy2... will be appended to the existing identifier.
If a GVL with the name GVL already exists in your project, a new GVL GVL_1conflict! is created to separate the existing GVL from the imported GVL.
Use Compile all... to detect overlapping addresses after the import.