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