Advertisement
Guest User

set0

a guest
Jun 7th, 2011
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. COUNTERSTRING = 0;
  2. while (COUNTERSTRING!=1000) {
  3.  
  4. INTEXT[COUNTERSTRING] = "";
  5. COUNTERSTRING++;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement