How to keep formatting and comments with New Script () ?
Hello everyone, it's me again. Another day, another question :)So I made a nice long script that creates a new data table which contains some scripts. I use the New Script () function to do this.dt<< New script ("myscript",
// comments
//beautiful indentation
(
(
( ( instructions) )
)
)
)
); My issue is that when I check the script Inside the table dt, all co...
vince_faller