>>367
Array.saveはUTF16LEで保存されるのでCSVParserに認識されないオチかな
saveStructプラグインのArray.save2を使うと回避できるかと

Plugins.link("saveStruct.dll") if (typeof Array.save2 == "undefined");
tf.FileList_re = [];
//〜中略〜
tf.FileList_re.save2('list_re.csv');