<div dir="ltr"><div>This script shows the results of all the possible outputs.  Assign it to a key, then put it on a QSO line and press the key.</div><div><br></div><div>if wtQso.GetData == nil then</div><div>   -- Windows MessageBox constants</div>

<div>   wtApp:AlertBox("This script requires WT 4.11 or higher.")</div><div>else</div><div>   qsoData = wtQso:GetData()</div><div>   local fields = {"time", "band", "mode", "freq", "callsign", "rstSent", "serialSent",</div>

<div><span class="" style="white-space:pre">            </span>   "rstReceived", "exchReceived", "miscInfoReceived", "miscInfo2Received"}</div><div>   local outline = ""</div><div>
   for i,f in ipairs(fields) do</div>
<div>      outline = outline .. f .. "=" .. qsoData[f] .. "\n"</div><div>   end</div><div>   wtApp:AlertBox(outline)</div><div>end</div><div><br></div><div class="gmail_extra">73,<br><div><div>Bob, N6TV</div>

</div>
<br><br><div class="gmail_quote">On Sat, Oct 26, 2013 at 10:55 PM, R.S.Hradilek <span dir="ltr"><<a href="mailto:radekl@att.net" target="_blank">radekl@att.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">> Has anyone successfully incorporated the new LUA command "wtQso:GetData"<br>
> into a script yet? (introduced version 4.11.0)<br>
><br>
> I'm having a few problems getting it going and would like to share notes<br>
> with someone off-line, if possible please?<br>
<br>
</div>Hmmm.<br>
<br>
It's 1:am here local, and I was just about to post a question to the<br>
same effect. We need an example which would illustrate the syntax for<br>
pulling qso data out of this array, the callsign for example. I<br>
assume it's just a couple lines of code.<br>
<br>
Roy -- AD5Q<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Support mailing list<br>
<a href="mailto:support@win-test.com">support@win-test.com</a><br>
<a href="http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support" target="_blank">http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support</a><br>
</div></div></blockquote></div><br></div></div>