Hi all<br>we are using WT for VHF contests logging (ver 4.17) . <br>In the .edi  REG1TEST exports the QSO mode code (ex. 1=SSB, 2=CW) is not formatted. <br>There is always a blank. <br>This is a problem for many check log programs e we need to fill this info manually. <br><br>Is it possible to fix the problem in next versions of WT?.  <br><br>73 de Claudio I4VEQ<br><br>Here is a short table of the .edi REG1TEST  file requirments:<br>   <br><pre><span style="font-family: "Verdana","sans-serif"; font-size: 9pt; mso-ansi-language: EN-US;" lang="EN-US">All fields in the QSO record is written on the same line, and ending with ASCII characters 13 and 10 (CR LF). <br><br>Field Maximum length <br>Date = YYMMDD, 6 characters 6 <br>Time = UTC, 4 characters, with leading zeros 4 <br>Call = 3 to 14 characters 14 <br><u><font color="000000"><span style="background-color: rgb(255, 255, 255);">Mode code = 0 or 1 character 1 </span></font></u><br>Sent-RST = 0 or 2 or 3 characters 3 <br>Sent QSO number = 0 or 3 or 4 characters, with leading zeros 4 <br>Received-RST = 0 or 2 or 3 characters 3 <br>Received QSO number = 0 or 3 or 4 characters, with leading zeros 4 <br>Received Exchange = 0 or 1 to 6 characters (see also PExch) 6 <br>Received WWL = 0 or 4 or 6 characters, World Wide Locator 6 <br>QSO points = 1 to 6 characters, including bandmultiplier 6 <br>New-Exchange = 0 or 1 character, "N" if QSO is a new exchange 1 <br>New-WWL = 0 or 1 character, "N" if QSO is a new WWL 1 <br>New-DXCC = 0 or 1 character, "N" if QSO is a new DXCCL 1 <br>Duplicate-QSO = 0 or 1 character, "D" if contact is a duplicate QSO 1 <br><br>Mode code <br>The mode code is used to show which modes were used for the QSO. Below is a list of the code with corresponding modes. <br><br>Mode code TX mode RX mode <br>0 non of below non of below <br>1 SSB SSB <br>2 CW CW <br>3 SSB CW <br>4 CW SSB <br>5 AM AM <br>6 FM FM <br>7 RTTY RTTY <br>8 SSTV SSTV <br>9 ATV ATV <br><br>If the mode is not important it can be left blank, i.e. not stated in rules/invitation.   <br><br><br>Example:<br></span>WRONG (WT 4.17)<br>150804;1703;IZ5HQB;;59;001;59;000;;JN53NS;80;;N;N; <br>CORRECT
150804;1703;IZ5HQB;<span style="color: rgb(0,0,255);"><b>1</b></span>;59;001;59;000;;JN53NS;80;;N;N;
 <br><br></pre>