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