<br><font size=2 face="sans-serif">I just tried the new version of GATE (v2.2.0) and found that</font>
<br><font size=2 face="sans-serif">the command "/gate/output/ascii/setFileName" did not work,</font>
<br><font size=2 face="sans-serif">the output ascii file names are always the default names.</font>
<br>
<br><font size=2 face="sans-serif">So I compared the source code of the new version with the old version, and</font>
<br><font size=2 face="sans-serif">found that the line 143 should be </font>
<br>
<br><font size=2 face="sans-serif">} else if (command == ResetCmd) {</font>
<br>
<br><font size=2 face="sans-serif">instead of </font>
<br>
<br><font size=2 face="sans-serif">} else if (command == SetFileNameCmd) {</font>
<br><font size=2 face="sans-serif"> </font>
<br>
<br><font size=2 face="sans-serif">Anyone who thought this bug annoying can just fix it by yourself.</font>
<br>
<br>
<br><font size=2 face="sans-serif">Yuxuan</font>
<br>