How can i write this correct? I load the external textdoc on several places in my project and i want to be able to change it in just one place. The textdocs reside in a folder called “_textdocs”. Something like this:
var myTextdoc = Textdoc.txt;
lv.load ("_textdocs/" -- what should I write here? --);