
The quit problem might have been fixed, but I can't remember exactly what happened or how to reproduce it.
I found a bug with my post above, the line
$=execute('$$array4='+join($array2, ",")+','+join($array3, ","))
does not actually add the contents of $array2 and $array3 to $array4, what it does is put the contents of $array2 into $array4[0] and $array3 into $array4[1].
I have tried to make this work for a script I am working on, but gave up and will write some UDFs instead.
Speaking of UDFs, I have written a few that I will post with the next script. I will be including these UDFs IN the actual script that they are used in, but they can be saved to external .UDF files and CALLed from the top of the .K2k file like the #include that we were discussing on Suggestions.
I started a thread on Beta about a proposal to create a spec for UDFs.
cj