Advertisement
martinnaj

Untitled

Nov 9th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. m = lines1aim (how many lines before it prints each time)
  2. i = lines1 (what line it starts at)
  3. x = lines2aim (how many times it prints updates per file, so lines1aim * lines2aim = total lines printed)
  4. h = lines2 (what line it starts at 2)
  5. y = maxfiles (how many lines it makes)
  6. z = startatfile (the lines have numbers at the end, so this is what number it starts at, maxfiles - startatfile = amount of files made)
  7.  
  8. printing slows down the program so lines1aim should be larger than lines2aim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement