Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text List with links

Status
Not open for further replies.

gcastillo

Programmer
Joined
Jun 9, 2000
Messages
127
Location
MX
Is there a way to import a text file, and use the lines like links to open another texts?
 
easy way is to load it into a member then get it out line by line.

ie member("X").filename = filename

then use member("X").line[1] to get line one and so on.

another way is to use a comma separated list
ie item1,item2,item3
read the file in then use something like
item 1 of text
 
I am going to do it. Thank you!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top