Hello shiyan,
some remarks on your vi:
- Why do you use 2 front panel objects with the same name? This is confusing...
- Why do you hide things in the front panel? This is so confusing...
RTFM! (LabView Development Guidelines, Chapter 6)
Your left indicator "list" displays one (1) string. What do you want to select in this ONE string?
If you read a file with more than ONE string (you probably mean more than ONE line) and you want to select one of those lines,
you have to separate the string from file read into those lines. You may use "Read lines from file" instead of "Read characters" or
you may use one of the string functions to break the big (whole file) string into several strings (for example "Match Pattern").
Then you will build an array of strings where the user selects one or more entries.
Hope this helps,
GerdW
Best regards,
GerdW

using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019