Answered
How to access the data after this.importTextData("/c/desktop/myData.txt")
This is probably a trivial question, but I have no idea how to access the data
after executing this.importTextData.
The contents of myData.txt are
bookmark0 bookmark1 bookmark2
Introduction Chapter 1 Chapter 2
How do I retrieve the value of "bookmark0" for example?
Thank you in advance.
Tak
