IBeetle

file writer

Jan 10th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var file :int
  2. var salesperson , company, month :string
  3. var sales : real
  4. open : file, "staff.txt", get
  5. get : file, month
  6. get : file, company
Add Comment
Please, Sign In to add comment