You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Place a check in the `Use Call History` box. Call history files are very specific to the contest you are working. Example files can be obtained from [n1mm's](https://n1mmwp.hamdocs.com/mmfiles/categories/callhistory/?) website. They have a searchbox so you can find the contest you are looking for. If you are feeling masocistic, you can craft your own. The general makeup of the file is a header defining the fields to be used, followed by by lines of comma separated data.
The first line is the field definition header. The lines starting with a `#` are comments. Some of the comments are other contests that this file also works with.
911
+
This is followed by the actual data. If the matched call has `UserText` information, that user text is populated to the bottom left of the logging window.
912
+
913
+
So if one were to go to `FILE -> LOAD CALL HISTORY FILE` and choose a downloaded call history file for NAQP and typed in the call AA0AC while operating in the NAQP, after pressing space, one would see:
914
+
915
+

916
+
917
+
Where the Name and State would auto-populate and the UserText info apprears in the bottom left.
0 commit comments