Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a list (1 2 3 4 5 6 7 ) that I am trying to write to a TXT file. I can get it to write the the first value , but am struggling with getting it to loop through the entire list. The length of the list changes, so one time it may be (1 2 3) and next time the program is ran on a new drawing it may be (1 2 3 4).
I am trying to get ..
to be this...
Solved! Go to Solution.