edit a text DAT from python?

hi,

is there a way to open a window which allows me to edit a text dat using a python command?

either using the external editor or handing the dat over to a textport and opening that?

thanks,
dani

Might you try, just clicking the edit button with a Python script?

n = op('/project1/text1') n.par.edit.pulse()

d’oh! thanks!!!