|
-
Nov 12th, 2007, 04:16 PM
#1
Thread Starter
New Member
[2005] Any better ideas
For a project i made a 2 deminsional array which i had to store to a txt file
i done it by storing every element to a seperate txt file not the most effiecent way of doing it. I was wondering if anyone knows a way of puting the whole 2 dimenional array into 1 txt file?
just a wondering
-
Nov 12th, 2007, 05:36 PM
#2
Re: [2005] Any better ideas
You should just use CSV format. Each "row" of your array would be written on its own line with commas between each pair of values.
-
Nov 13th, 2007, 05:27 AM
#3
Thread Starter
New Member
Re: [2005] Any better ideas
thanks man that works pefectly now i dont need to wait 20 second for it to finish.
thanks for the help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|