Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

Write to a text file

$
0
0

There is the possibility “rhino.WriteTextFile(Textfile, Array)”

strFile = Rhino.SaveFileName(“Save”, “Text Files (.txt)|.txt||”)
Rhino.Print “N” & N & " Z" & Variable_1 ’ write in the command line
arrStrings(0)= “N” & N & " Z" & Variable_1 ’ It does not work. How do I convert the line properly into a string

Call Rhino.WriteTextFile(strFile, arrStrings)

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles