home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of the Best
/
_.img
/
02192
/
logbook.arc
/
DXCC5B.PRG
< prev
next >
Wrap
Text File
|
1987-12-15
|
2KB
|
75 lines
*DXCC5B GENERATES A 5B DXCC QSLED LIST VERSION 860421/871210
* BY JOE KASSER G3ZCZ (c) 1985
PUBLIC thisband, blank
STORE logbook TO tlogbook
IF FILE (tlogbook+'.DBF')
CLEAR
@ 5,1 SAY ' '
STORE ' ' TO pf
ACCEPT 'Do you want hard copy (Y/N) ? ' TO pf
STORE ' ' TO choice
IF pf = 'Y'
@ 8,1 SAY ' '
ACCEPT 'All PXs,Worked/QSL-d,or QSL-d (P,W,Q) ? ' TO choice
ENDIF
* USE &logbook
blank = ' '
STORE '10' TO thisband
STORE thisband + 'DXCC' TO dxcc
?
? 'Now starting to process ', thisband
DO DXCC5BGN
DO DXCCMB
IF pf = 'Y'
DO DXCCPRNT
ENDIF
STORE '15' TO thisband
STORE thisband + 'DXCC' TO dxcc
?
? 'Now starting to process ', thisband
DO DXCC5BGN
DO DXCCMB
IF pf = 'Y'
DO DXCCPRNT
ENDIF
STORE '20' TO thisband
STORE thisband + 'DXCC' TO dxcc
?
? 'Now starting to process ', thisband
DO DXCC5BGN
DO DXCCMB
IF pf = 'Y'
DO DXCCPRNT
ENDIF
STORE '40' TO thisband
STORE thisband + 'DXCC' TO dxcc
?
? 'Now starting to process ', thisband
DO DXCC5BGN
DO DXCCMB
IF pf = 'Y'
DO DXCCPRNT
ENDIF
STORE '80' TO thisband
STORE thisband + 'DXCC' TO dxcc
?
? 'Now starting to process ', thisband
DO DXCC5BGN
DO DXCCMB
IF pf = 'Y'
DO DXCCPRNT
ENDIF
RELEASE pf
ELSE
? 'ERROR, LOGBOOK IS NOT ON DEFAULT DRIVE'
ENDIF
RELEASE tlogbook, thisband, blank
RETURN