Category : Files from Magazines
Archive   : PCTJ1285.ZIP
Filename : MLABELS.ACE
{ Assumes labels are 1" high by 3-1/2" wide }
database
edit
end
define
variable namebuffer char(40)
variable citystatezip char(40)
end
output
report to "labels.txt"
top margin 0
bottom margin 0
page length 66
left margin 0
right margin 40
end
select unique *
from
article, author
where
author.last_name = article.author_lname
and author.first_name = article.author_fname
and article.volume = 3 and article.number = 1
end
format
on every row
let namebuffer = first_name clipped, 1 space, last_name
let citystatezip = city clipped, ", ", state, 1 space, zip_code
skip 1 line
print namebuffer
print address
print citystatezip
skip 2 lines
end
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/