Hi,
I use gawk but need to run an old awk script, written for the tawk compiler (http://www.tasoft.com/). The syntax is slightly different, for instance, they declare multi-dimensional arrays like this:
ary[word][dialect][24] = "A";
This does not compile under gawk, but I can easily convert...