Delete Top Most QSO

Description

This routine will delete the first QSO listed in the MacLoggerDX Log panel. This actually takes some time to do, so be patient.

Code

deleteFirstQSO()

on deleteFirstQSO()
tell application “MacLoggerDX”
activate
delete qso 1
end tell
end deleteFirstQSO