Cmd executeScript run extend *.js

I have proposition
run cmd executeScript as a csvRead command

Cmd executeScript
target file.js

the whole code in one line is not legible !!!

Ah, so you propose the read the content of the Javascript (to be executred) from an external file? Interesting.

Exactly :slight_smile:

But variables in files must existing in golobal scope

example

In file

var test = “test”

is equal to in browser

window.test = “test”

1 Like