Get QSO Information

Description

QSOs are ordered such that QSO 1 is the most recent qso listed in the Log panel. Four pieces of information can be extracted from a QSO as detailed in the code below.

Code

tell application “MacLoggerDX”
set theCall to call of qso 1
set firstName to first_name of qso 1
set lastName to last_name of qso 1
set qsoStart to qso_start of qso 1
end tell