Guest User

test.f

a guest
May 7th, 2020
1,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. int iMax=100000
  2. string params = "file0.txt"
  3.  
  4. for(int i=1; i<iMax; i+=1)
  5.     `params += ', file$[i].txt'`
  6.  
  7. poke($[params])
  8. rmv($[params])
Add Comment
Please, Sign In to add comment