Forum Moderators: open

Message Too Old, No Replies

Ultradev

Reading from a text file?

         

fashezee

2:35 pm on Mar 27, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would like to know if anyone has any insight on having Ultradev read an array from a text file?

I will have about 10 nameŠvalue pairs in a text file which I would like called upon accordingly with the use of a next button.

txbakers

3:55 pm on Mar 27, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can create an ODBC DatasourceName on a text file using Microsoft's drivers.

jsbwm

9:11 pm on Mar 27, 2002 (gmt 0)



If you are asking about ASP then I would suggest opening the the text file like in the following link:
[4guysfromrolla.com...]
If you open the text file and Read the line then you can use the split function of asp to make the array. This is documented below:
[learnasp.com...]
Anyways this should be pretty simple as long as you are using ASP. good luck.
Jim