Quote from
HPW on May 30, 2021, 7:24 am
Hello,
Use "FileLen" to get the number of lines.
Use "Fileread" in a loop to read each line.
Use "StrReplace" to replace the csv delimiter with your wanted | char.
Save each line string in an array.
Regards
Hello,
Use "FileLen" to get the number of lines.
Use "Fileread" in a loop to read each line.
Use "StrReplace" to replace the csv delimiter with your wanted | char.
Save each line string in an array.
Regards
Vadim has reacted to this post.