Read text file in LCB
Posted: Fri Oct 07, 2016 9:44 pm
Is there a way to read in a simple UTF8 text file to a string in LCB?
I found only this way to read and write the _raw data_ of a file, usable for binary data/ image data.
Thanks
Hermann
I found only this way to read and write the _raw data_ of a file, usable for binary data/ image data.
Code: Select all
variable tvalidFilePath as String
get/set the contents of file validFilePath
Hermann