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 sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load multiple variables from one txt file 1

Status
Not open for further replies.

jlsmithhartfiel

Programmer
Jan 7, 2002
336
US
Hi!

I can't seem to find an answer for this...

I'd like to have one txt file with multiple variables in it, like:
a=blah blah
b=more blah
c=even more
d=etc

Right now, I have the file loading & created the dynamic text boxes, but it only seems to recognize the first variable. For example, initially, I only saw variable a, then I switched a & b in the file, then I only saw b.

Can this be done? I'd rather not have to have separate files if possible.

Thanks in advance! Jessica [ponytails2]
 
The text file must be in the format of:

var1=Value1&var2=Value2&var3=Value3

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top