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

  1. ; Variables Saved Using Savevars Command
  2.  
  3. Array FieldName[8]
  4. FieldName[1] = "RECORD NUMBER"
  5. FieldName[2] = "Invoice No."
  6. FieldName[3] = "Key"
  7. FieldName[4] = "Item"
  8. FieldName[5] = "Unit Price"
  9. FieldName[6] = "Quantity"
  10. FieldName[7] = "Description"
  11. FieldName[8] = "Amount"
  12.