Simple ASP Question

PHATJACK

Member
Jun 9, 2001
126
0
0
Hi, how can I define a variable on an ASP page to be a value in an external text file? (or any file really)]

Thanks!
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
Create a filesystem object, open the file, read in lines as text, cast them as necessary ( v1 = CInt(line) etc.), close the file.