loadStrings(file_path);
Read a file as an array of strings split by line.
Arguments
file_path
The path of the filefile = loadStrings("./your-file.txt");
print(file);
Output
loadStrings(file_path);
Read a file as an array of strings split by line.
file_path
The path of the filefile = loadStrings("./your-file.txt");
print(file);
Output