Category : BASIC Source Code
Archive   : LB09D.ZIP
Filename : INVOICE.BAS

 
Output of file : INVOICE.BAS contained in archive : LB09D.ZIP


' open a spreadsheet for invoice entry

open "Invoice Form" for spreadsheet as #1

print #1, "indirect"
print #1, "select B5"
print #1, "format B fixed"
print #1, "cell A1 'Enter a list of 5 numbers below to be totalled:"
print #1, "user B5"
print #1, "user B6"
print #1, "user B7"
print #1, "user B8"
print #1, "user B9"
print #1, "cell B10 '==========="
print #1, "cell A11 'Total"
print #1, "cell B11 b5 b6 b7 b8 b9 sum"
print #1, "cell B12 '==========="
print #1, "cell A13 '+ 5% Tax"
print #1, "cell B13 b11 * 1.05"
print #1, "flush"

input r$

close #1


  3 Responses to “Category : BASIC Source Code
Archive   : LB09D.ZIP
Filename : INVOICE.BAS

  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/