Rhino.Addtext problem

hello,

i,ve got a rhino script that write the file path to my doc, but it write only a part of the file path… do you know why?

we can see that the rhino.print chemdebit3 is ok…
but the rhino.AddText no…

Hi -

The backslash is an escape character. If you need a backslash in a string, you’ll have to add an extra backslash. Or process the entire string in quotes, I guess…
-wim

Yes thank you, i change the line 212 by:

rhino.AddText Replace(chemdebit3,"\","\\"),arrptText,100,"Arial"