The strings are assigned automatically, also the delimiting by file_str_read.
You just need to set the count of strings.

(count of lines = count of stings)

TEXT* txt = txt_create(...,countOfLinesInTextFile);
txt_load(txt,...);

Last edited by Ayumi; 04/29/19 22:12.