coslad Well-Known Member Licensed User Longtime User Aug 21, 2013 #1 Hello, I need to create a file on the PC *. txt and then load it on the device to open it with file.readlist What is the separator character? Thanks
Hello, I need to create a file on the PC *. txt and then load it on the device to open it with file.readlist What is the separator character? Thanks
E Esop Member Licensed User Longtime User Aug 21, 2013 #2 I think it will read each line as an item. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 22, 2013 #3 The standard Windows end of line characters should work. Use File.ReadList to read the file. Upvote 0