Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : CUSTDBM.ZIP
Filename : CACOMP.PRG

 
Output of file : CACOMP.PRG contained in archive : CUSTDBM.ZIP
*****************************************************************
* CACOMP - Print company name and address centered on page *
* 9/11/86 *
* Requires cntr and width parameters. *
*****************************************************************

PARAMETERS cntr,width
* Get company name and address from sysparms
RESTORE FROM camem ADDITIVE
@ cntr,capmargin+(width-LEN(TRIM(cacompname)))/2 SAY cacompname
cntr=cntr+1
@ cntr,capmargin+(width-LEN(TRIM(caaddr1)))/2 SAY caaddr1
cntr=cntr+1
@ cntr,capmargin+(width-LEN(TRIM(caaddr2)))/2 SAY caaddr2
cntr=cntr+1
@ cntr,capmargin+(width-LEN(TRIM(caphone)))/2 SAY caphone
cntr=cntr+2

RETURN


  3 Responses to “Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : CUSTDBM.ZIP
Filename : CACOMP.PRG

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. 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/