I'm using the predefined methods for loading a *.txt file to a program I'm developing with EjsS. The command I use is:
_readText("List1.txt");
With this, I thought I would be able to load the file List1.txt (which only contains a string of characters) into the aforementioned program, but it doesn't seem to work... Is there something I misunderstood about this command?
On another note, is it possible to select by hand the file you want to load without specifying its filename in the command?