Guest User

Untitled

a guest
Apr 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Easy way
  2. X1 = dbReadfile(#)
  3. Y1=dbReadFile(#)
  4. While(!dbFileEnd(#)
  5.  
  6. X2 =dbREadFile
  7. Y2 = dbREadfile
  8. dbLine(x1,y1,x2,y2)
  9. x1 = x2
  10. y1 = y2
  11.  
  12. Array Project
  13. int x[1000]
  14. int y[1000]
  15. int count = 0;
  16. while (!dbFileEnd(#))
  17. x[count]=dbReadFile(#);
  18. y[count]dbReadFile(#);
  19. count++;
Add Comment
Please, Sign In to add comment