generative modeling for Rhino
Permalink Reply by Bojan Mitrovic on July 6, 2009 at 7:02am I've testing your code but for list of text, the text used last column.
Please i need write a list of text on tree in the txt file.

You'll need to create a single string out of your list if you want to use IO.File.WriteAllText(). You can do this using a loop and a System.Text.StringBuilder for example.
If you specifically want to write to a file line by line, then you need to create a writer object that can send stuff to a file or memorystream.
http://www.dotnetperls.com/streamwriter
--
David Rutten
david@mcneel.com
Poprad, Slovakia
Permalink Reply by ZHANG Yan - popabczhang on September 8, 2012 at 9:50pm Thanks, David.
Permalink Reply by Damien Alomar on July 6, 2009 at 12:09pm
Permalink Reply by Victor Leung on January 5, 2011 at 11:30pm
© 2013 Created by Scott Davidson.
Powered by