How to define array with integer variables in first column and string variables in the second?
For example:
The array mELF ideally will have numbers in the first and third columns and strings in the third. I have it working only with integers but now I want to mix different types of variables. Is it possible?
INTEGER, save :: mELF(11000, 11000, 11000)
DATA mELF/11000*11000*11000*0/