First, why do all the wtRadio* functions end with an asterisk at the end, and the other functions do not?  Is it a "pointer"?<br><br>Thank you for adding<br><br><div style="margin-left: 40px;">wtRadio*:Send(catString)<br>


Send the ASCII catString to the designated radio<br></div><br>So I guess now I could write a function called ClearRIT that sends the clear RIT message to my K3:<br><br><span style="font-family: courier new,monospace;">function ClearRIT();</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  wtRadio*:Send("RC;") -- Clear RIT command for Elecraft K3<br>end;</span><br><br>But I could write a ClearRIT functoin that works with <i>all</i> my radios, not just the K3, if there was a "GetRadioType" function and a list of radio type constants.<br>

<br>I see I can assign ClearRIT to some function key, but I really want to call it at the end of a CW message, like the [+] message.<br><br>So, can you give us a way to call any LUA function from a CW or RTTY message?  Then I could program [+] to be<br>

<br>TU $MYCALL $CR $ClearRIT()    (doesn't work yet)<br><br>I know there are other ways to do make it work, say, by assigning a LUA function to the [+] key, but I think that is harder to understand compared to what I am suggesting above.<br>

<br>Finally, are there plans to add more wtContest functions so that we can eventually write a complete LUA script to support a "User Defined Contest" type for usupported contests?<br><br>73,<br>Bob, N6TV<br>