Can I export track names?

Hello all,

I would like to export track names.

I did searches on Internet but nothing came up on this.

Is it doable?

Thanks!

[Using Audacity 2.3.0 on Windows 10]

Running this code in the Nyquist Prompt effect will give you a list of all selected audio tracks which you can then copy and paste.

;type analyze
;version 4
;debugflags trace

(format t "~a~%" (get '*track* 'name))
""