I would like to use the import command in an automated way and to do this I need to pass in the string values for the column head names as options.
For example, below I pass three strings into the colheadnames option of the import command.
Code: Select all
colheadnames=("Name","Unit_code","Unit_description")
For example, I'd like to be able to do this:
Code: Select all
%colheadnames = "Name","Unit_code","Unit_description"
colheadnames = (%colheadnames)Thanks,
Graeme
