Load text file and split string

To load a txt file, you can call the function LoadTextFile. And then you can call the function SplitString to split the texts to lines. You can also call SplitString again to split a line to values. The following sample show you how to load a text file and split its content.
Load Text File

You can download the sample from LoadTextFile.zip
And you can learn more about the function SplitString from https://www.robot-soft.com/blog/how-to-split-string.
Posted by Admin on Aug 22, 2015