Unanswered question

How can I read from file in Javascript?

Hi,

I found several examples how the use the FileWriter in NeoLoad, but now I also want to read the file, but I failed doing so when using java.io.FileReader.
When I try to use BufferedReader or an import on java.io.BufferedReader I get a complation error "missing ; before statement"

Sander V.
Sander V.

Sander V.

Level
0
63 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You probably made a mistake in the syntax in your Javascript. Could you copy/paste it so we can check it?