home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 99.img / PDOX3-09.ZIP / TOOLKIT2 / BORROW2.SC < prev    next >
Text File  |  1989-09-15  |  498b  |  19 lines

  1. ; Variables Saved Using Savevars Command
  2.  
  3. Array FieldName[15]
  4. FieldName[1] = "RECORD NUMBER"
  5. FieldName[2] = "Invoice No."
  6. FieldName[3] = "Date"
  7. FieldName[4] = "Customer No."
  8. FieldName[5] = "Discount %"
  9. FieldName[6] = "Tax %"
  10. FieldName[7] = "Method of Payment"
  11. FieldName[8] = "Credit Card No."
  12. FieldName[9] = "Expiration Date"
  13. FieldName[10] = "Ship Via"
  14. FieldName[11] = "Subtotal"
  15. FieldName[12] = "Discount"
  16. FieldName[13] = "Tax"
  17. FieldName[14] = "Shipping"
  18. FieldName[15] = "Total"
  19.