On 08/22/2012 06:11 AM, Allin Cottrell wrote:
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().
Couldn't one use a gretl "bundle" of strings for this?
thanks,
sven