On Wed, 22 Aug 2012, Logan Kelly wrote: > In that case, an one create an array of strings that could be > accessed from a loop similar to a matrix?
Gretl does not at present support arrays of strings as such. We may add that type, but in the meantime it's possible to "fake" a strings array using a long string, a chosen separator and the string-handling functions such as strstr(), sscanf() and strsplit(). > Also I had some trouble with labels. Should its argument be a > list, a variable name or a series ID number? Yes. Allin Cotrell