I want to read in the text (first 8 chars are enough) from a selected, runtime-generated, item of a listview.
This should be part of a filename, that then should be read (with added extension) and opened in a textview.
Reading the file is no prob with
The filename is the part i want to read in from that selected ListView.Item, the .ext will be added by code
This should be part of a filename, that then should be read (with added extension) and opened in a textview.
Reading the file is no prob with
B4X:
EditorEditText.Text = File.ReadList (File.DirInternal ,Filename.ext)
The filename is the part i want to read in from that selected ListView.Item, the .ext will be added by code