06-28-2006 04:44 PM
06-28-2006 05:16 PM
The easy solution is try to view or wrote the file using Courier New or Courier font. This font will display all characters the same width so things align. If it is a text file, use select all, font = Courier New.
Matt
06-28-2006 05:49 PM - edited 06-28-2006 05:49 PM
Your program has some serious flaws and this particular problem is due to the fact that you actually only write an 1D array of strings. (You convert it to a 2D array only after the loop, meaning the 2D array size is "N by 1".
See image
Message Edited by altenbach on 06-28-2006 03:54 PM
07-12-2006 11:04 AM
07-13-2006 03:33 PM