Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // For testing formatting
  2. alert(results.length);
  3. document.write("<br /> Output: " + format + "<br />");
  4. for(icount = 0; icount < results.length; icount++){
  5. alert(icount);
  6. document.write("<br /> Element " + icount + " = " + results[icount]);
  7. }
  8. alert(results.length);
Add Comment
Please, Sign In to add comment